Remove remaining remnants of RIPEMD-160 support.
Change-Id: I59d06bcb9245ba93d3c3b63afbc24d6cef7c5af4 Reviewed-on: https://boringssl-review.googlesource.com/3925 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
d53b2c3c88
commit
a42b4163f8
@ -347,12 +347,6 @@ static const struct pkcs1_sig_prefix kPKCS1SigPrefixes[] = {
|
||||
{0x30, 0x51, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03,
|
||||
0x04, 0x02, 0x03, 0x05, 0x00, 0x04, 0x40},
|
||||
},
|
||||
{
|
||||
NID_ripemd160,
|
||||
14,
|
||||
{0x30, 0x20, 0x30, 0x08, 0x06, 0x06, 0x28, 0xcf, 0x06, 0x03, 0x00, 0x31,
|
||||
0x04, 0x14},
|
||||
},
|
||||
{
|
||||
NID_undef, 0, {0},
|
||||
},
|
||||
|
@ -47,6 +47,7 @@
|
||||
#define OPENSSL_NO_RC5
|
||||
#define OPENSSL_NO_RFC3779
|
||||
#define OPENSSL_NO_RIPEMD
|
||||
#define OPENSSL_NO_RMD160
|
||||
#define OPENSSL_NO_SCTP
|
||||
#define OPENSSL_NO_SEED
|
||||
#define OPENSSL_NO_SRP
|
||||
|
Loading…
Reference in New Issue
Block a user