[rs-commit] r341 - /mod_scep/trunk/mod_scep.c
rs-commit at redwax.eu
rs-commit at redwax.eu
Thu Mar 19 21:11:05 CET 2020
Author: minfrin at redwax.eu
Date: Thu Mar 19 21:10:45 2020
New Revision: 341
Log:
Remove some more dead code.
https://jira.redwax.eu/browse/REDWAX-76
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 Thu Mar 19 21:10:45 2020
@@ -1977,9 +1977,6 @@
/* sign the X509_REQ with a dummy signature to work around serialisation bugs in openssl */
X509_REQ_sign(creq, pknull, mdnull);
-
- /* duplicate the signature algorithm */
- // creq->sig_alg = X509_ALGOR_dup(req->sig_alg);
/* handle the challenge */
idx = X509_REQ_get_attr_by_NID(req, OBJ_sn2nid("challengePassword"), -1);
More information about the rs-commit
mailing list