From fc55a8fd1b10f8b11f3686b10f9d62b3c936dbb1 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sun, 20 Dec 2015 17:05:58 +0100 Subject: [PATCH] remove trailing spaces --- src/pk/ecc/ecc_import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pk/ecc/ecc_import.c b/src/pk/ecc/ecc_import.c index 9ee97a1..124b1b1 100644 --- a/src/pk/ecc/ecc_import.c +++ b/src/pk/ecc/ecc_import.c @@ -107,7 +107,7 @@ int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, co } /* find out what type of key it is */ - if ((err = der_decode_sequence_multi(in, inlen, + if ((err = der_decode_sequence_multi(in, inlen, LTC_ASN1_BIT_STRING, 1UL, &flags, LTC_ASN1_EOL, 0UL, NULL)) != CRYPT_OK) { goto done;