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:
Matt Braithwaite 2015-05-19 10:59:30 -07:00 committed by Adam Langley
parent b487df6fa9
commit 69d07d9cf4

View File

@ -15,4 +15,4 @@
/* This header is provided in order to make compiling against code that expects
OpenSSL easier. */
#include "ssl.h"
#include "crypto.h"