summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-02-23 12:21:50 +0000
committerSimon Josefsson <simon@josefsson.org>2006-02-23 12:21:50 +0000
commitb054d0ff14283892e959992381c71ea17890c3d5 (patch)
tree78b341c044c4476009f54ec5813cf655b7506f39 /lib
parentb4e5f474ed010e9cd1d5ad02dce1cc2515c3d33e (diff)
downloadlibtasn1-b054d0ff14283892e959992381c71ea17890c3d5.tar.gz
libtasn1-b054d0ff14283892e959992381c71ea17890c3d5.tar.bz2
libtasn1-b054d0ff14283892e959992381c71ea17890c3d5.zip
Typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/libtasn1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index e606ba4..a40192a 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -198,8 +198,8 @@ void libtasn1_perror(asn1_retCode error);
int asn1_get_tag_der(const unsigned char *der, int der_len,
unsigned char *class,int *len, unsigned long *tag);
- void _asn1_octet_der(const unsigned char *str,int str_len,
- unsigned char *der,int *der_len);
+ void asn1_octet_der(const unsigned char *str,int str_len,
+ unsigned char *der,int *der_len);
asn1_retCode asn1_get_octet_der(const unsigned char *der, int der_len,
int *ret_len,unsigned char *str,