diff options
author | miod <> | 2014-04-13 15:49:50 +0000 |
---|---|---|
committer | miod <> | 2014-04-13 15:49:50 +0000 |
commit | f503a86a00224a723a7d63b6440dda60b5271f08 (patch) | |
tree | 841f843e3e4eb5a8641909f648674d571e275ea8 /src/lib/libcrypto/crypto | |
parent | baa3cbd7c661565cbe0f0d68ad01352a11c5dd1e (diff) | |
download | openbsd-f503a86a00224a723a7d63b6440dda60b5271f08.tar.gz openbsd-f503a86a00224a723a7d63b6440dda60b5271f08.tar.bz2 openbsd-f503a86a00224a723a7d63b6440dda60b5271f08.zip |
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.
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index d95ac156ec..789f92f5b3 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2014/04/11 22:51:53 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2014/04/13 15:49:47 miod Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -43,7 +43,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/modes -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/evp | |||
43 | 43 | ||
44 | # crypto/ | 44 | # crypto/ |
45 | SRCS+= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c | 45 | SRCS+= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c |
46 | SRCS+= ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c fips_ers.c | 46 | SRCS+= ebcdic.c uid.c o_time.c o_str.c o_fips.c o_init.c fips_ers.c |
47 | 47 | ||
48 | # aes/ | 48 | # aes/ |
49 | SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c | 49 | SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c |