1 2 3 4 5 6 7 8 9 10 11
--- AES.xs.orig 2023-11-10 22:50:53 UTC +++ AES.xs @@ -2,7 +2,7 @@ #include "EXTERN.h" #include "perl.h" #include "XSUB.h" -#include "openssl/opensslv.h" +#include <openssl/opensslv.h> #include <openssl/aes.h> #if OPENSSL_VERSION_NUMBER >= 0x00908000L