summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-15 12:25:14 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-15 12:25:14 +0000
commitb476df64a1d57501faa4c7b8f1c3f097f6e8be41 (patch)
tree25112c442d6e36324d8640248c3cd056f4e24882 /crypto/asn1
parent1d46b6b3b9d2375111bca66be482067d70ae16f6 (diff)
make update
perl util/mkerr.pl -recurse -write -rebuild
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/asn1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 363070b8ab..18ecad3451 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -940,6 +940,7 @@ int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.
*/
+void ERR_load_ASN1_strings(void);
/* Error codes for the ASN1 functions. */
@@ -1096,4 +1097,3 @@ int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
}
#endif
#endif
-