diff options
| author | 2002-05-15 02:29:01 +0000 | |
|---|---|---|
| committer | 2002-05-15 02:29:01 +0000 | |
| commit | da347917d3d3e5d3ece379d298f4e183b4828151 (patch) | |
| tree | 4667bec6fb5a5191ed165d4bf727adbb97475bcb /lib/libssl/src/crypto/pkcs7/example.c | |
| parent | OpenSSL 0.9.7 (diff) | |
| download | wireguard-openbsd-da347917d3d3e5d3ece379d298f4e183b4828151.tar.xz wireguard-openbsd-da347917d3d3e5d3ece379d298f4e183b4828151.zip | |
OpenSSL 0.9.7 stable 2002 05 08 merge
Diffstat (limited to 'lib/libssl/src/crypto/pkcs7/example.c')
| -rw-r--r-- | lib/libssl/src/crypto/pkcs7/example.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libssl/src/crypto/pkcs7/example.c b/lib/libssl/src/crypto/pkcs7/example.c index f6656be28e1..c993947cc37 100644 --- a/lib/libssl/src/crypto/pkcs7/example.c +++ b/lib/libssl/src/crypto/pkcs7/example.c @@ -3,6 +3,7 @@ #include <string.h> #include <openssl/pkcs7.h> #include <openssl/asn1_mac.h> +#include <openssl/x509.h> int add_signed_time(PKCS7_SIGNER_INFO *si) { |
