summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-11-09 16:41:52 +0000
committerBodo Möller <bodo@openssl.org>1999-11-09 16:41:52 +0000
commit0d9cfe1ae784ef987385dea48a56ba970fa333d5 (patch)
treeffd9d5e7fbe777deb76023c0b8bf6c4291b377b2 /crypto
parent95fdc5eef9f4b9c5cf296dd9d51a39eb07bb0aaa (diff)
Undo silly change.
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 1539cd1603..244abf95b3 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 signed_string_nid= -1;
+static int signed_string_nid= -1;
void add_signed_string(PKCS7_SIGNER_INFO *si, char *str)
{