Browse Source

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).
OPENBSD_5_6
miod 10 years ago
parent
commit
64e007ee84
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/lib/libcrypto/crypto/Makefile

+ 1
- 2
src/lib/libcrypto/crypto/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2014/04/16 03:24:53 beck Exp $
# $OpenBSD: Makefile,v 1.15 2014/04/16 04:31:32 miod Exp $
LIB= crypto
@ -112,7 +112,6 @@ SRCS+= ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c
SRCS+= fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c
SRCS+= qud_cksm.c rand_key.c rpc_enc.c set_key.c xcbc_enc.c
SRCS+= str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c
SRCS+= read2pwd.c
# dh/
SRCS+= dh_asn1.c dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_depr.c


Loading…
Cancel
Save