Make test00 compilable again.
This commit is contained in:
parent
b00d558d00
commit
ccb885253e
@ -30,7 +30,9 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef _KERNEL
|
||||
#include <sys/systm.h>
|
||||
#endif
|
||||
|
||||
#include <crypto/rijndael/rijndael.h>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <crypto/rijndael/rijndael.h>
|
||||
#include <crypto/rijndael/rijndael-api-fst.h>
|
||||
|
||||
#define LL 32
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user