aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_bytes.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-18 14:53:39 +0000
committerUlf Möller <ulf@openssl.org>1999-05-18 14:53:39 +0000
commit5d818c30515a4a8a59b97d737c9a4858ab0d4538 (patch)
tree84a4922004514a750f9a37d5ea9409dffd8c6fdc /crypto/asn1/a_bytes.c
parent09ad8001be7b059f1314e22635022fe7963610e8 (diff)
downloadopenssl-5d818c30515a4a8a59b97d737c9a4858ab0d4538.tar.gz
Spelling error.
Diffstat (limited to 'crypto/asn1/a_bytes.c')
-rw-r--r--crypto/asn1/a_bytes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/a_bytes.c b/crypto/asn1/a_bytes.c
index de74e8a629..e452e03b88 100644
--- a/crypto/asn1/a_bytes.c
+++ b/crypto/asn1/a_bytes.c
@@ -314,7 +314,7 @@ static int asn1_collate_primative(ASN1_STRING *a, ASN1_CTX *c)
if (os != NULL) ASN1_STRING_free(os);
return(1);
err:
- ASN1err(ASN1_F_ASN1_COLLATE_PRIMATIVE,c->error);
+ ASN1err(ASN1_F_ASN1_COLLATE_PRIMITIVE,c->error);
if (os != NULL) ASN1_STRING_free(os);
if (b.data != NULL) Free(b.data);
return(0);