summaryrefslogtreecommitdiffstats
path: root/lib/ncrypto_nss.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ncrypto_nss.c')
-rw-r--r--lib/ncrypto_nss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ncrypto_nss.c b/lib/ncrypto_nss.c
index e22c65a..518a4f9 100644
--- a/lib/ncrypto_nss.c
+++ b/lib/ncrypto_nss.c
@@ -782,8 +782,8 @@ ncr_public_key_create_rsa (struct ncr_public_key **key,
spki.subjectPublicKey.data = NULL;
spki.subjectPublicKey.len = 0;
- if (SEC_ASN1EncodeItem(NULL, &spki.subjectPublicKey, &der_input,
- rsa_public_key_asn1_template) == NULL)
+ if (SEC_ASN1EncodeItem (NULL, &spki.subjectPublicKey, &der_input,
+ rsa_public_key_asn1_template) == NULL)
return CKR_HOST_MEMORY;
/* spki->subjectPublicKey is encoded as BIT_STRING, so "len" needs to be a
number of _bits_. */