mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
remove two more constants that no longer exist and we don't use (#3101)
This commit is contained in:
parent
0917d38a38
commit
eafc4ee77f
2 changed files with 0 additions and 2 deletions
|
|
@ -40,7 +40,6 @@ static const int BIO_C_FILE_SEEK;
|
|||
static const int BIO_C_FILE_TELL;
|
||||
static const int BIO_TYPE_NONE;
|
||||
static const int BIO_TYPE_NBIO_TEST;
|
||||
static const int BIO_TYPE_BER;
|
||||
static const int BIO_TYPE_BIO;
|
||||
static const int BIO_TYPE_DESCRIPTOR;
|
||||
static const int BIO_FLAGS_READ;
|
||||
|
|
|
|||
|
|
@ -126,7 +126,6 @@ static const int EVP_R_NO_CIPHER_SET;
|
|||
static const int EVP_R_NO_DIGEST_SET;
|
||||
static const int EVP_R_PUBLIC_KEY_NOT_RSA;
|
||||
static const int EVP_R_UNKNOWN_PBE_ALGORITHM;
|
||||
static const int EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS;
|
||||
static const int EVP_R_UNSUPPORTED_CIPHER;
|
||||
static const int EVP_R_UNSUPPORTED_KEY_DERIVATION_FUNCTION;
|
||||
static const int EVP_R_UNSUPPORTED_KEYLENGTH;
|
||||
|
|
|
|||
Loading…
Reference in a new issue