Skip to content

Commit

Permalink
Sun Mar 3 19:06:44 MST 2013 - Removed E_ERROR and replaced with E_WAR…
Browse files Browse the repository at this point in the history
…NING in openssl_spki_new()
  • Loading branch information
jas- committed Mar 4, 2013
1 parent d363b47 commit 777a1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/openssl/openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ PHP_FUNCTION(openssl_spki_new)

spkstr = NETSCAPE_SPKI_b64_encode(spki);
if (!spkstr){
php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unable to encode SPKAC");
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to encode SPKAC");
goto cleanup;
}

Expand Down

0 comments on commit 777a1d8

Please sign in to comment.