Get version-related functions from crypto.h rather than ssl.h.
(This makes it possible to include opensslv.h when not linking SSL.) Change-Id: Id88c5ff44a7099d33d8d4672f7ba88986ffd1526 Reviewed-on: https://boringssl-review.googlesource.com/4831 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
b487df6fa9
commit
69d07d9cf4
@ -15,4 +15,4 @@
|
|||||||
/* This header is provided in order to make compiling against code that expects
|
/* This header is provided in order to make compiling against code that expects
|
||||||
OpenSSL easier. */
|
OpenSSL easier. */
|
||||||
|
|
||||||
#include "ssl.h"
|
#include "crypto.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user