From: Andreas Steffen Date: Wed, 28 Feb 2007 20:31:07 +0000 (-0000) Subject: added ocsp.h and ocsp.c X-Git-Tag: 4.0.7~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05bda565568e77d6d9fe81ab77f7543aeb88d3eb;p=thirdparty%2Fstrongswan.git added ocsp.h and ocsp.c --- diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am index bc1f79626f..12fb1d57ee 100644 --- a/src/libstrongswan/Makefile.am +++ b/src/libstrongswan/Makefile.am @@ -22,6 +22,7 @@ crypto/hashers/sha1_hasher.c crypto/hashers/sha1_hasher.h \ crypto/hashers/sha2_hasher.c crypto/hashers/sha2_hasher.h \ crypto/hashers/md5_hasher.c crypto/hashers/md5_hasher.h \ crypto/hmac.c crypto/hmac.h \ +crypto/ocsp.c crypto/ocsp.h \ crypto/prfs/fips_prf.c crypto/prfs/fips_prf.h \ crypto/prfs/hmac_prf.c crypto/prfs/hmac_prf.h \ crypto/prfs/prf.c crypto/prfs/prf.h \