[rs-commit] r559 - /mod_ca/trunk/mod_ca.h
rs-commit at redwax.eu
rs-commit at redwax.eu
Sat Mar 14 20:25:05 CET 2026
Author: minfrin at redwax.eu
Date: Sat Mar 14 20:25:04 2026
New Revision: 559
Log:
Change CA_POP_SPKAC to CA_POP_SPKI to align with OpenSSL constants.
Modified:
mod_ca/trunk/mod_ca.h
Modified: mod_ca/trunk/mod_ca.h
==============================================================================
--- mod_ca/trunk/mod_ca.h (original)
+++ mod_ca/trunk/mod_ca.h Sat Mar 14 20:25:04 2026
@@ -89,7 +89,7 @@
#define CA_POP_CSR "popCertificateSignRequest"
#define CA_POP_CERT "popCertificate"
#define CA_POP_CHALLENGE "popChallenge"
-#define CA_POP_SPKAC "popSpkac"
+#define CA_POP_SPKI "popSpki"
/**
* Sign the certificate sign request passed in.
More information about the rs-commit
mailing list