summaryrefslogtreecommitdiffstats
path: root/crypto/des/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-19 12:13:44 +0000
committerUlf Möller <ulf@openssl.org>2000-03-19 12:13:44 +0000
commit48b83a250445b171fb2477102ec28451c9dc59b4 (patch)
tree155b77c2d606ea7168409d2aa5a8b2581d1bdb25 /crypto/des/Makefile.ssl
parente55818b9d3c472bfdbcdb6becd9d2c2201840f2f (diff)
Integrate podd.h sk.h into set_key.c
Diffstat (limited to 'crypto/des/Makefile.ssl')
-rw-r--r--crypto/des/Makefile.ssl2
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)