diff options
-rw-r--r-- | security/manager/ssl/nsKeygenHandler.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/manager/ssl/nsKeygenHandler.cpp b/security/manager/ssl/nsKeygenHandler.cpp index 0af761d7e..8d8a98e73 100644 --- a/security/manager/ssl/nsKeygenHandler.cpp +++ b/security/manager/ssl/nsKeygenHandler.cpp @@ -26,10 +26,6 @@ #include "secder.h" #include "secdert.h" -//These defines are taken from the PKCS#11 spec -#define CKM_RSA_PKCS_KEY_PAIR_GEN 0x00000000 -#define CKM_DH_PKCS_KEY_PAIR_GEN 0x00000020 - DERTemplate SECAlgorithmIDTemplate[] = { { DER_SEQUENCE, 0, nullptr, sizeof(SECAlgorithmID) }, |