[rs-commit] r165 - /mod_scep/trunk/mod_scep.c
rs-commit at redwax.eu
rs-commit at redwax.eu
Sun Dec 8 15:39:36 CET 2019
Author: minfrin at redwax.eu
Date: Sun Dec 8 15:39:36 2019
New Revision: 165
Log:
Remove unused variable.
Modified:
mod_scep/trunk/mod_scep.c
Modified: mod_scep/trunk/mod_scep.c
==============================================================================
--- mod_scep/trunk/mod_scep.c (original)
+++ mod_scep/trunk/mod_scep.c Sun Dec 8 15:39:36 2019
@@ -897,7 +897,6 @@
attr = sk_X509_ATTRIBUTE_value(sattrs, i);
/* duplicate the signature algorithm */
- const X509_ALGOR *psigalg;
#if OPENSSL_VERSION_NUMBER >= 0x010100000L
attr_obj = X509_ATTRIBUTE_get0_object(attr);
asn1_type = X509_ATTRIBUTE_get0_type(attr, 0);
More information about the rs-commit
mailing list