diff options
author | Ulf Möller <ulf@openssl.org> | 2000-03-19 13:13:44 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-03-19 13:13:44 +0100 |
commit | 48b83a250445b171fb2477102ec28451c9dc59b4 (patch) | |
tree | 155b77c2d606ea7168409d2aa5a8b2581d1bdb25 /crypto/des/Makefile.ssl | |
parent | Change the notation and coding of the version to be able to contain (diff) | |
download | openssl-48b83a250445b171fb2477102ec28451c9dc59b4.tar.xz openssl-48b83a250445b171fb2477102ec28451c9dc59b4.zip |
Integrate podd.h sk.h into set_key.c
Diffstat (limited to 'crypto/des/Makefile.ssl')
-rw-r--r-- | crypto/des/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/Makefile.ssl b/crypto/des/Makefile.ssl index b1ce2b96b0..733b83a06a 100644 --- a/crypto/des/Makefile.ssl +++ b/crypto/des/Makefile.ssl @@ -46,7 +46,7 @@ LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \ SRC= $(LIBSRC) EXHEADER= des.h -HEADER= des_locl.h rpc_des.h podd.h sk.h spr.h des_ver.h $(EXHEADER) +HEADER= des_locl.h rpc_des.h spr.h des_ver.h $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) |