trim trailing spaces

This commit is contained in:
Steffen Jaeckel 2014-08-22 12:41:46 +02:00
parent 1fb649d394
commit 01c34dc236
18 changed files with 1633 additions and 1634 deletions

View File

@ -123,7 +123,6 @@ int der_decode_choice(const unsigned char *in, unsigned long *inlen,
}
break;
case LTC_ASN1_PRINTABLE_STRING:
if (der_decode_printable_string(in, *inlen, data, &size) == CRYPT_OK) {
if (der_length_printable_string(data, size, &z) == CRYPT_OK) {