pound-define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT.

(This is one of the most common errors that callers test for.)

Change-Id: Ic39b8dc6b5551de4a25e8517b9bbedf8a4a94d60
Reviewed-on: https://boringssl-review.googlesource.com/5534
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
Matt Braithwaite 2015-07-31 16:08:01 -07:00 committed by Adam Langley
parent 6454a4cc21
commit 0fba870578

View File

@ -740,4 +740,9 @@ struct evp_pkey_st {
#define EVP_R_UNSUPPORTED_PUBLIC_KEY_TYPE 153
#define EVP_R_UNSUPPORTED_SIGNATURE_TYPE 154
/* Compatibility section. */
#define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT
#endif /* OPENSSL_HEADER_EVP_H */