diff options
author | Brent Cook <bcook@openbsd.org> | 2016-11-06 02:37:15 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-11-06 02:37:15 -0600 |
commit | d38ab0a39e0b901bc10e1a65ff4f8a904f09f78c (patch) | |
tree | c3895348b87bae948b6ba0b8282cefa56be03a75 /crypto | |
parent | f99d89a0fc0ad24b0a45155d71bf92ec44c7ca0c (diff) | |
download | portable-d38ab0a39e0b901bc10e1a65ff4f8a904f09f78c.tar.gz portable-d38ab0a39e0b901bc10e1a65ff4f8a904f09f78c.tar.bz2 portable-d38ab0a39e0b901bc10e1a65ff4f8a904f09f78c.zip |
include vpm_int.h
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 5b7aa95..ccbbce1 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -774,6 +774,7 @@ libcrypto_la_SOURCES += x509/x509spki.c | |||
774 | libcrypto_la_SOURCES += x509/x509type.c | 774 | libcrypto_la_SOURCES += x509/x509type.c |
775 | libcrypto_la_SOURCES += x509/x_all.c | 775 | libcrypto_la_SOURCES += x509/x_all.c |
776 | noinst_HEADERS += x509/x509_lcl.h | 776 | noinst_HEADERS += x509/x509_lcl.h |
777 | noinst_HEADERS += x509/vpm_int.h | ||
777 | 778 | ||
778 | # x509v3 | 779 | # x509v3 |
779 | libcrypto_la_SOURCES += x509v3/pcy_cache.c | 780 | libcrypto_la_SOURCES += x509v3/pcy_cache.c |