summaryrefslogtreecommitdiffstats
path: root/crypto/ui/Makefile.ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-13 04:40:44 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-13 04:40:44 +0000
commit56bb1a7c83f2c498f4cc308786a4f253e8a5d9b5 (patch)
tree9859f5d2973f9fab6d02ce21114b9ed9a19bb70d /crypto/ui/Makefile.ssl
parent96aaf806d8da234b7acc50a4822c4aff84d907bb (diff)
Move the password reading functions completely away from the DES
section. Add ui_compat.h for inclusion by those who want the old functions and provide all of them, not just the higher-level ones, in ui_compat.c.
Diffstat (limited to 'crypto/ui/Makefile.ssl')
-rw-r--r--crypto/ui/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ui/Makefile.ssl b/crypto/ui/Makefile.ssl
index 8c9a4acf07..77467b8486 100644
--- a/crypto/ui/Makefile.ssl
+++ b/crypto/ui/Makefile.ssl
@@ -32,7 +32,7 @@ LIBOBJ= ui_err.o ui_lib.o ui_openssl.o $(COMPATOBJ)
SRC= $(LIBSRC)
-EXHEADER= ui.h
+EXHEADER= ui.h ui_compat.h
HEADER= $(EXHEADER) ui_locl.h
ALL= $(GENERAL) $(SRC) $(HEADER)