summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-AES/files/patch-AES.xs
blob: 4734c763d691987b615cdeea92ffabe634894d49 (plain) (blame)
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