Skip to content

Commit

Permalink
Fix php52 openssl patches
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Feb 5, 2013
1 parent 98c8137 commit 2022c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pfPorts/php52-openssl/files/patch-openssl.c 100644 → 100755
@@ -1,5 +1,5 @@
--- openssl.c.orig 2010-01-27 07:55:01.000000000 -0500
+++ openssl.c 2010-06-30 15:30:11.000000000 -0400
--- ext/openssl/openssl.c.orig 2010-01-27 07:55:01.000000000 -0500
+++ ext/openssl/openssl.c 2010-06-30 15:30:11.000000000 -0400
@@ -15,6 +15,7 @@
| Authors: Stig Venaas <venaas@php.net> |
| Wez Furlong <wez@thebrainroom.com> |
Expand Down
4 changes: 2 additions & 2 deletions pfPorts/php52-openssl/files/patch-php_openssl.h 100644 → 100755
@@ -1,5 +1,5 @@
--- php_openssl.h.orig 2010-07-01 17:24:24.000000000 -0400
+++ php_openssl.h 2010-07-01 17:24:40.000000000 -0400
--- ext/openssl/php_openssl.h.orig 2010-07-01 17:24:24.000000000 -0400
+++ ext/openssl/php_openssl.h 2010-07-01 17:24:40.000000000 -0400
@@ -74,6 +74,13 @@
PHP_FUNCTION(openssl_csr_sign);
PHP_FUNCTION(openssl_csr_get_subject);
Expand Down

0 comments on commit 2022c5a

Please sign in to comment.