From d5d4cadbde8ff39b0601840f26918fa7042c7282 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 9 Aug 2017 11:20:16 +0200 Subject: [PATCH] PKA_{D,R}SA shouldn't be public --- src/misc/crypt/crypt_constants.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/misc/crypt/crypt_constants.c b/src/misc/crypt/crypt_constants.c index 44f196e..a6c4b46 100644 --- a/src/misc/crypt/crypt_constants.c +++ b/src/misc/crypt/crypt_constants.c @@ -60,9 +60,6 @@ static const crypt_constant _crypt_constants[] = { _C_STRINGIFY(LTC_ENCRYPT), _C_STRINGIFY(LTC_DECRYPT), - _C_STRINGIFY(PKA_RSA), - _C_STRINGIFY(PKA_DSA), - #ifdef LTC_PKCS_1 {"LTC_PKCS_1", 1}, /* Block types */