summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-12 18:13:27 +0000
committerRichard Levitte <levitte@openssl.org>2003-06-12 18:13:27 +0000
commita3a2ff4cd9ada10effaa514af90c7638ab0e9824 (patch)
tree4ff08c440bd302cfdedb87778dcaf94eb9dbcdb7 /crypto/store
parent5a1fd87ec1080a11ca120f8380b0eb59740a09f2 (diff)
Beautify
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/str_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/store/str_lib.c b/crypto/store/str_lib.c
index 2d419bcd43..ab3fd423b7 100644
--- a/crypto/store/str_lib.c
+++ b/crypto/store/str_lib.c
@@ -84,10 +84,10 @@ const int STORE_param_sizes[STORE_PARAM_TYPE_NUM+1] =
const int STORE_attr_sizes[STORE_ATTR_TYPE_NUM+1] =
{
0,
- -1, /* FRIENDLYNAME: C string */
+ -1, /* FRIENDLYNAME: C string */
SHA_DIGEST_LENGTH, /* KEYID: SHA1 digest, 160 bits */
SHA_DIGEST_LENGTH, /* ISSUERKEYID: SHA1 digest, 160 bits */
- SHA_DIGEST_LENGTH, /* SUBJECTKEYID: SHA1 digest, 160 bits */
+ SHA_DIGEST_LENGTH, /* SUBJECTKEYID: SHA1 digest, 160 bits */
SHA_DIGEST_LENGTH, /* ISSUERSERIALHASH: SHA1 digest, 160 bits */
sizeof(X509_NAME *), /* ISSUER: X509_NAME * */
sizeof(BIGNUM *), /* SERIAL: BIGNUM * */