From d38ab0a39e0b901bc10e1a65ff4f8a904f09f78c Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 6 Nov 2016 02:37:15 -0600 Subject: [PATCH] include vpm_int.h --- crypto/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 libcrypto_la_SOURCES += x509/x509type.c libcrypto_la_SOURCES += x509/x_all.c noinst_HEADERS += x509/x509_lcl.h +noinst_HEADERS += x509/vpm_int.h # x509v3 libcrypto_la_SOURCES += x509v3/pcy_cache.c