diff options
author | beck <> | 2000-12-16 08:14:00 +0000 |
---|---|---|
committer | beck <> | 2000-12-16 08:14:00 +0000 |
commit | 695210c7c9cabbafd23542a9cad63c49e5083445 (patch) | |
tree | b06a1d18e7620382f6ef2bae38edb9fe3f1c727e /src | |
parent | 4adf2bc638da02609763e23ad018c2a2e64da6f8 (diff) | |
download | openbsd-695210c7c9cabbafd23542a9cad63c49e5083445.tar.gz openbsd-695210c7c9cabbafd23542a9cad63c49e5083445.tar.bz2 openbsd-695210c7c9cabbafd23542a9cad63c49e5083445.zip |
add in forgotten dso stuff.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 4af52d0245..a44392a9bd 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -160,6 +160,9 @@ SRCS+= p12_mutl.c p12_sbag.c p12_utl.c pk12err.c p12_npas.c | |||
160 | CFLAGS+= -I${LCRYPTO_SRC}/engine | 160 | CFLAGS+= -I${LCRYPTO_SRC}/engine |
161 | SRCS+= engine_err.c engine_lib.c engine_list.c engine_openssl.c | 161 | SRCS+= engine_err.c engine_lib.c engine_list.c engine_openssl.c |
162 | SRCS+= hw_ncipher.c hw_atalla.c hw_cswift.c | 162 | SRCS+= hw_ncipher.c hw_atalla.c hw_cswift.c |
163 | CFLAGS+= -I${LCRYPTO_SRC}/dso | ||
164 | SRCS+= dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c | ||
165 | SRCS+= dso_openssl.c dso_win32.c dso_vms.c | ||
163 | 166 | ||
164 | 167 | ||
165 | #HDRS= asn1.h dh.h md5.h rc4.h stack.h asn1_mac.h dsa.h mdc2.h rc5.h \ | 168 | #HDRS= asn1.h dh.h md5.h rc4.h stack.h asn1_mac.h dsa.h mdc2.h rc5.h \ |
@@ -238,7 +241,8 @@ x509v3.h | |||
238 | ${LCRYPTO_SRC}/evp ${LCRYPTO_SRC}/pem ${LCRYPTO_SRC}/asn1 ${LCRYPTO_SRC}/asn1 \ | 241 | ${LCRYPTO_SRC}/evp ${LCRYPTO_SRC}/pem ${LCRYPTO_SRC}/asn1 ${LCRYPTO_SRC}/asn1 \ |
239 | ${LCRYPTO_SRC}/x509 ${LCRYPTO_SRC}/conf txt_db/txt_db.c ${LCRYPTO_SRC}/pkcs7 \ | 242 | ${LCRYPTO_SRC}/x509 ${LCRYPTO_SRC}/conf txt_db/txt_db.c ${LCRYPTO_SRC}/pkcs7 \ |
240 | ${LCRYPTO_SRC}/x509v3 ${LCRYPTO_SRC}/pkcs12 ${LCRYPTO_SRC}/comp \ | 243 | ${LCRYPTO_SRC}/x509v3 ${LCRYPTO_SRC}/pkcs12 ${LCRYPTO_SRC}/comp \ |
241 | ${LCRYPTO_SRC}/txt_db ${LCRYPTO_SRC}/md4 ${LCRYPTO_SRC}/engine ${LCRYPTO_SRC} | 244 | ${LCRYPTO_SRC}/txt_db ${LCRYPTO_SRC}/md4 ${LCRYPTO_SRC}/engine \ |
245 | ${LCRYPTO_SRC}/dso ${LCRYPTO_SRC} | ||
242 | 246 | ||
243 | includes: | 247 | includes: |
244 | @test -d ${DESTDIR}/usr/include/ssl || mkdir ${DESTDIR}/usr/include/ssl | 248 | @test -d ${DESTDIR}/usr/include/ssl || mkdir ${DESTDIR}/usr/include/ssl |