The ENGINE implementations in ./engines/ should be role models on how to
authorGeoff Thorpe <geoff@openssl.org>
Wed, 16 Oct 2002 21:50:28 +0000 (21:50 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Wed, 16 Oct 2002 21:50:28 +0000 (21:50 +0000)
write external engines (and thus should require only installed openssl
headers and libs to compile without warnings). So this gets rid of recently
introduced compilation warnings (no longer including internal headers) by
including string.h directly.


No differences found