aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_gentm.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-06 15:22:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-06 15:22:01 +0000
commit220bd84911bd25518259f68568fd724309d71e62 (patch)
tree00640ad462ed85f26cad1c52bbaa61883dc28f7e /crypto/asn1/a_gentm.c
parentdec95a126a9330ff432cab81a8e34149f06cfba8 (diff)
downloadopenssl-220bd84911bd25518259f68568fd724309d71e62.tar.gz
Updates from 1.0.0-stable
Diffstat (limited to 'crypto/asn1/a_gentm.c')
-rw-r--r--crypto/asn1/a_gentm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/a_gentm.c b/crypto/asn1/a_gentm.c
index c732733045..c79c6f538c 100644
--- a/crypto/asn1/a_gentm.c
+++ b/crypto/asn1/a_gentm.c
@@ -243,7 +243,7 @@ ASN1_GENERALIZEDTIME *ASN1_GENERALIZEDTIME_adj(ASN1_GENERALIZEDTIME *s,
p=OPENSSL_malloc(len);
if (p == NULL)
{
- ASN1err(ASN1_F_ASN1_GENERALIZEDTIME_SET,
+ ASN1err(ASN1_F_ASN1_GENERALIZEDTIME_ADJ,
ERR_R_MALLOC_FAILURE);
return(NULL);
}