summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-11-09 10:00:15 +0000
committerBodo Möller <bodo@openssl.org>1999-11-09 10:00:15 +0000
commit5fe2085bbaee223088800f00d7e702542579a3d7 (patch)
treebd1245e2583c43ed3c24d5cc66fe4c737ca31f16 /crypto
parenta0ad17bb6cccef6eb7ff0b25403ec2bbc0bd122e (diff)
Avoid some warnings.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/pkcs7/example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/example.c b/crypto/pkcs7/example.c
index 244abf95b3..1539cd1603 100644
--- a/crypto/pkcs7/example.c
+++ b/crypto/pkcs7/example.c
@@ -25,7 +25,7 @@ ASN1_UTCTIME *get_signed_time(PKCS7_SIGNER_INFO *si)
return NULL;
}
-static int signed_string_nid= -1;
+static signed_string_nid= -1;
void add_signed_string(PKCS7_SIGNER_INFO *si, char *str)
{