From: Marcus Boerger Date: Thu, 12 Dec 2002 14:16:16 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.0RC4~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e549631cee16892d57c0c9ae272d922a1d0f292f;p=php MFH --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 6135fb05f6..41a5cf5787 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -255,7 +255,7 @@ static time_t asn1_time_to_time_t(ASN1_UTCTIME * timestr TSRMLS_DC) long gmadjust = 0; if (timestr->length < 13) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "%extension author too lazy to parse %s correctly", timestr->data); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "extension author too lazy to parse %s correctly", timestr->data); return (time_t)-1; }