Commit b76d66fb authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

Another ENGINE implementation dependant on string.h.

parent 06f851f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@
 */

#include <stdio.h>
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/dso.h>