Skip to content

Commit 9c0d404

Browse files
committed
Make sure we have the X509 declaration we need
1 parent 3740eaa commit 9c0d404

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

php_phongo.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
/* PHP array helpers */
5656
#include "php_array_api.h"
5757

58+
/* For our stream verifications */
59+
#include <openssl/x509.h>
60+
5861
/* Our Compatability header */
5962
#include "phongo_compat.h"
6063

0 commit comments

Comments
 (0)