diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 8552a4d..4030eae 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -927,10 +927,12 @@ libcrypto_la_SOURCES += x509/pcy_lib.c | |||
927 | libcrypto_la_SOURCES += x509/pcy_map.c | 927 | libcrypto_la_SOURCES += x509/pcy_map.c |
928 | libcrypto_la_SOURCES += x509/pcy_node.c | 928 | libcrypto_la_SOURCES += x509/pcy_node.c |
929 | libcrypto_la_SOURCES += x509/pcy_tree.c | 929 | libcrypto_la_SOURCES += x509/pcy_tree.c |
930 | libcrypto_la_SOURCES += x509/x509_addr.c | ||
930 | libcrypto_la_SOURCES += x509/x509_akey.c | 931 | libcrypto_la_SOURCES += x509/x509_akey.c |
931 | libcrypto_la_SOURCES += x509/x509_akeya.c | 932 | libcrypto_la_SOURCES += x509/x509_akeya.c |
932 | libcrypto_la_SOURCES += x509/x509_alt.c | 933 | libcrypto_la_SOURCES += x509/x509_alt.c |
933 | libcrypto_la_SOURCES += x509/x509_att.c | 934 | libcrypto_la_SOURCES += x509/x509_att.c |
935 | libcrypto_la_SOURCES += x509/x509_asid.c | ||
934 | libcrypto_la_SOURCES += x509/x509_bcons.c | 936 | libcrypto_la_SOURCES += x509/x509_bcons.c |
935 | libcrypto_la_SOURCES += x509/x509_bitst.c | 937 | libcrypto_la_SOURCES += x509/x509_bitst.c |
936 | libcrypto_la_SOURCES += x509/x509_cmp.c | 938 | libcrypto_la_SOURCES += x509/x509_cmp.c |