From 47538822f01350aaa914d2a703ce7a7288ddbd64 Mon Sep 17 00:00:00 2001 From: Aleksey Sanin Date: Fri, 26 Sep 2003 00:58:22 +0000 Subject: merging from XMLSEC_MSCRYPTO_083103 branch - new xmlsec-mscrypto library * include/ src/ win32/ docs/ Makefile.am configure.in: merging from XMLSEC_MSCRYPTO_083103 branch - new xmlsec-mscrypto library implemented by Wouter, general functions for reading keys and certs from memory (openssl/nss/mscrypto), default error callback for nss, moving private keys in 01-phaos-enc tests to pkcs12 file. --- apps/Makefile.am | 1 + apps/xmlsec.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'apps') diff --git a/apps/Makefile.am b/apps/Makefile.am index 9b7f5b18..f1e2a1cc 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am @@ -77,3 +77,4 @@ xmlsec1_LDADD = \ xmlsec1_DEPENDENCIES = \ $(CRYPTO_DEPS) \ $(NULL) + diff --git a/apps/xmlsec.c b/apps/xmlsec.c index fe41bc5e..5fdbbf2c 100644 --- a/apps/xmlsec.c +++ b/apps/xmlsec.c @@ -16,6 +16,8 @@ #include #include #include +#include +#include #ifndef XMLSEC_NO_XSLT #include -- cgit v1.2.3