Commit 9f7b2c76 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Include crypto.h in ppccap.c

parent 1c6807c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
#include <string.h>
#include <setjmp.h>
#include <signal.h>
#include <crypto.h>
#include <openssl/bn.h>

#define PPC_FPU64	(1<<0)