From 05bda565568e77d6d9fe81ab77f7543aeb88d3eb Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 28 Feb 2007 20:31:07 +0000 Subject: [PATCH] added ocsp.h and ocsp.c --- src/libstrongswan/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.47.2