Move the password reading functions completely away from the DES
authorRichard Levitte <levitte@openssl.org>
Sun, 13 May 2001 04:40:44 +0000 (04:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 13 May 2001 04:40:44 +0000 (04:40 +0000)
commit56bb1a7c83f2c498f4cc308786a4f253e8a5d9b5
tree9859f5d2973f9fab6d02ce21114b9ed9a19bb70d
parent96aaf806d8da234b7acc50a4822c4aff84d907bb
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.
crypto/des/des.h
crypto/ui/Makefile.ssl
crypto/ui/ui_compat.c
crypto/ui/ui_compat.h [new file with mode: 0644]