Take some definitions out of the Android compatibility layer.
They were since added to crypto.h and implemented in the library proper. Change-Id: Idaa2fe2d9b213e67cf7ef61ff8bfc636dfa1ef1f Reviewed-on: https://boringssl-review.googlesource.com/6309 Reviewed-by: Adam Langley <alangley@gmail.com>
This commit is contained in:
parent
6e0c17aa3a
commit
449c3c7b7b
@ -4104,14 +4104,6 @@ OPENSSL_EXPORT int SSL_set_session_secret_cb(SSL *s, void *cb, void *arg);
|
||||
OPENSSL_EXPORT int SSL_set_session_ticket_ext_cb(SSL *s, void *cb, void *arg);
|
||||
OPENSSL_EXPORT int SSL_set_ssl_method(SSL *s, const SSL_METHOD *method);
|
||||
|
||||
#define OPENSSL_VERSION_TEXT "BoringSSL"
|
||||
|
||||
#define SSLEAY_VERSION 0
|
||||
|
||||
/* SSLeay_version is a compatibility function that returns the string
|
||||
* "BoringSSL". */
|
||||
OPENSSL_EXPORT const char *SSLeay_version(int unused);
|
||||
|
||||
|
||||
/* Preprocessor compatibility section.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user