aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-01-26 10:20:26 -0600
committerBrent Cook <bcook@openbsd.org>2015-01-26 10:20:26 -0600
commitd88e90def91948799a727707f8db664d55d7eb4f (patch)
treecc72cc6ddcbec1caa75ec0d939357e6b5f780f7a /crypto
parent20e329e2720343b2ec4c320d8ec6e77dc8e63aee (diff)
downloadportable-d88e90def91948799a727707f8db664d55d7eb4f.tar.gz
portable-d88e90def91948799a727707f8db664d55d7eb4f.tar.bz2
portable-d88e90def91948799a727707f8db664d55d7eb4f.zip
add by_mem.c for X509_STORE_load_mem
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 10dd63d..8beaa16 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -773,6 +773,7 @@ noinst_HEADERS += whrlpool/wp_locl.h
773# x509 773# x509
774libcrypto_la_SOURCES += x509/by_dir.c 774libcrypto_la_SOURCES += x509/by_dir.c
775libcrypto_la_SOURCES += x509/by_file.c 775libcrypto_la_SOURCES += x509/by_file.c
776libcrypto_la_SOURCES += x509/by_mem.c
776libcrypto_la_SOURCES += x509/x509_att.c 777libcrypto_la_SOURCES += x509/x509_att.c
777libcrypto_la_SOURCES += x509/x509_cmp.c 778libcrypto_la_SOURCES += x509/x509_cmp.c
778libcrypto_la_SOURCES += x509/x509_d2.c 779libcrypto_la_SOURCES += x509/x509_d2.c