Browse Source

Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity

with the bearded ones...
some API's that nobody should be using will dissapear with this commit.
OPENBSD_5_6
beck 10 years ago
parent
commit
49ead93731
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/lib/libcrypto/crypto/Makefile

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

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2014/04/15 17:20:09 beck Exp $
# $OpenBSD: Makefile,v 1.8 2014/04/15 17:46:16 beck Exp $
LIB= crypto
@ -43,7 +43,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/modes -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/evp
# crypto/
SRCS+= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c
SRCS+= ebcdic.c uid.c o_time.c o_str.c o_fips.c o_init.c fips_ers.c
SRCS+= uid.c o_time.c o_str.c o_fips.c o_init.c fips_ers.c
# aes/
SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c
@ -369,7 +369,6 @@ HDRS=\
crypto/dh/dh.h \
crypto/dsa/dsa.h \
crypto/dso/dso.h \
crypto/ebcdic.h \
crypto/ec/ec.h \
crypto/ecdh/ecdh.h \
crypto/ecdsa/ecdsa.h \


Loading…
Cancel
Save