aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-04-01 23:18:05 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-04-01 23:18:05 +0000
commitba8608012a6b71b845786d6180c0814584a1807e (patch)
treea5f392ad67024fc0277e3570d2d752128fa24a68 /crypto
parent2fb50a2905192ecb35f05e879dcc9465ac61f3f8 (diff)
downloadopenssl-ba8608012a6b71b845786d6180c0814584a1807e.tar.gz
Delete some auto generated files and correct a typo in crypto/asn1/p5_pbe.c
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asn1/p5_pbe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/asn1/p5_pbe.c b/crypto/asn1/p5_pbe.c
index afcf955996..5396a5a47b 100644
--- a/crypto/asn1/p5_pbe.c
+++ b/crypto/asn1/p5_pbe.c
@@ -66,8 +66,8 @@
#define PKCS5_SALT_LEN 8
/*
- *ASN1err(ASN1_F_PBEPARAM_NEW,ASN1_R_DEOCDE_ERROR)
- *ASN1err(ASN1_F_D2I_PBEPARAM,ASN1_R_DEOCDE_ERROR)
+ *ASN1err(ASN1_F_PBEPARAM_NEW,ASN1_R_DECODE_ERROR)
+ *ASN1err(ASN1_F_D2I_PBEPARAM,ASN1_R_DECODE_ERROR)
*/
int i2d_PBEPARAM(a, pp)