diff options
Diffstat (limited to 'crypto/pkcs7/enc.c')
-rw-r--r-- | crypto/pkcs7/enc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/pkcs7/enc.c b/crypto/pkcs7/enc.c index 8c3f937cfc..6c59f7e158 100644 --- a/crypto/pkcs7/enc.c +++ b/crypto/pkcs7/enc.c @@ -56,9 +56,9 @@ * [including the GNU Public Licence.] */ #include <stdio.h> -#include "bio.h" -#include "x509.h" -#include "pem.h" +#include <openssl/bio.h> +#include <openssl/x509.h> +#include <openssl/pem.h> main(argc,argv) int argc; |