Remove DES_read_password and DES_read_2passwords which are `modern' flavours
authormiod <miod@openbsd.org>
Wed, 16 Apr 2014 04:31:32 +0000 (04:31 +0000)
committermiod <miod@openbsd.org>
Wed, 16 Apr 2014 04:31:32 +0000 (04:31 +0000)
commitb0e4550db94487da22df526bb4bb33730cb4283c
treefd46180bb684a127991e8f1ede4b6b94fb3f2ee9
parentf611ad138aff26b2226cf55ddbe727063b171929
Remove DES_read_password and DES_read_2passwords which are `modern' flavours
of des_old.h routines, acting as wrappers about the OpenSSL UI API.
Nothing should use these functions directly.
Riding the recent libcrypto major bump (in a `des' car).
lib/libcrypto/crypto/Makefile
lib/libcrypto/des/des.h
lib/libcrypto/des/read2pwd.c [deleted file]
lib/libssl/src/crypto/des/des.h
lib/libssl/src/crypto/des/read2pwd.c [deleted file]