Remove libcrypto to libssl dependency
authorMatt Caswell <matt@openssl.org>
Mon, 4 May 2015 22:15:46 +0000 (23:15 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 5 May 2015 08:05:51 +0000 (09:05 +0100)
commitd13bd6130bd856e9f512c43499e5fc70943bf133
tree4aeec4106e20c553556fe51a1cc8910b7bac98a6
parent45ddce21fa4c2fdcfe48fb3f7e0ca78531a7b922
Remove libcrypto to libssl dependency

Remove dependency on ssl_locl.h from v3_scts.c, and incidentally fix a build problem with
kerberos (the dependency meant v3_scts.c was trying to include krb5.h, but without having been
passed the relevanant -I flags to the compiler)

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
crypto/x509v3/v3_scts.c