diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-03-08 14:50:44 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-03-08 14:50:44 +0000 |
commit | 2d370686023340290ae40fd13faaa57994198477 (patch) | |
tree | 7f2c8b015587d0eccdd6dbd8ae93feacdaa084fc /lib | |
parent | 139b6e732f8d9af1696c3f88a3f02002e5d9df8a (diff) | |
download | libtasn1-2d370686023340290ae40fd13faaa57994198477.tar.gz libtasn1-2d370686023340290ae40fd13faaa57994198477.tar.bz2 libtasn1-2d370686023340290ae40fd13faaa57994198477.zip |
Fix.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coding.c b/lib/coding.c index 96ccb99..1f93382 100644 --- a/lib/coding.c +++ b/lib/coding.c @@ -67,7 +67,7 @@ _asn1_error_description_value_not_found(node_asn *node,char *ErrorDescription) * The @ans buffer is pre-allocated and must have room for the output. **/ void -asn1_length_der(unsigned long len,unsigned char *ans,int *ans_len) +asn1_length_der(unsigned long len, unsigned char *ans, int *ans_len) { int k; unsigned char temp[SIZEOF_UNSIGNED_LONG_INT]; |