diff options
Diffstat (limited to 'crypto/x509v3/pcy_lib.c')
-rw-r--r-- | crypto/x509v3/pcy_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/pcy_lib.c b/crypto/x509v3/pcy_lib.c index 67f7eafc6e8d2..2e196b838ca26 100644 --- a/crypto/x509v3/pcy_lib.c +++ b/crypto/x509v3/pcy_lib.c @@ -11,7 +11,7 @@ #include <openssl/x509.h> #include <openssl/x509v3.h> -#include "pcy_int.h" +#include "pcy_local.h" /* accessor functions */ |