Browse Source

Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,

so that libssl no longer need to access the non-external headers of libcrypto
to build.
No library bump, riding upon the recent update.
OPENBSD_5_6
miod 10 years ago
parent
commit
3b4e70f725
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libcrypto/crypto/Makefile

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

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1 2014/04/11 22:51:53 miod Exp $
# $OpenBSD: Makefile,v 1.2 2014/04/13 15:49:47 miod 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_dir.c o_fips.c o_init.c fips_ers.c
SRCS+= ebcdic.c 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


Loading…
Cancel
Save