[rs-commit] r342 - /mod_spkac/trunk/mod_spkac.c

rs-commit at redwax.eu rs-commit at redwax.eu
Thu Mar 19 21:12:59 CET 2020


Author: minfrin at redwax.eu
Date: Thu Mar 19 21:12:54 2020
New Revision: 342

Log:
Remove dead code.

https://jira.redwax.eu/browse/REDWAX-76

Modified:
    mod_spkac/trunk/mod_spkac.c

Modified: mod_spkac/trunk/mod_spkac.c
==============================================================================
--- mod_spkac/trunk/mod_spkac.c	(original)
+++ mod_spkac/trunk/mod_spkac.c	Thu Mar 19 21:12:54 2020
@@ -809,9 +809,6 @@
 
     /* sign the X509_REQ with a dummy signature to work around serialisation bugs in openssl */
     X509_REQ_sign(creq, pknull, mdnull);
-
-    /* alternative workaround - duplicate the signature algorithm */
-    // creq->sig_alg = X509_ALGOR_dup(req->sig_alg);
 
     /* extract the challenge, if present */
     if (spki->spkac->challenge) {



More information about the rs-commit mailing list