diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2018-04-04 04:21:19 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2018-04-04 04:21:19 +0000 |
commit | d684f11da759490a8d98d7b790796106285f4084 (patch) | |
tree | 27b7356df710fdf1440fe2c23154b8121e99f2ab /lib/hcrypto/rc2test.c | |
parent | f52d4664e3f68828c06f85bfc1afa271e3e04713 (diff) |
Import Heimdal 7.5.0.vendor/heimdal/7.5.0
Notes
Notes:
svn path=/vendor-crypto/heimdal/dist/; revision=331978
svn path=/vendor-crypto/heimdal/7.5.0/; revision=331979; tag=vendor/heimdal/7.5.0
Diffstat (limited to 'lib/hcrypto/rc2test.c')
-rw-r--r-- | lib/hcrypto/rc2test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/hcrypto/rc2test.c b/lib/hcrypto/rc2test.c index 01701adf7b5b..553bed33fccb 100644 --- a/lib/hcrypto/rc2test.c +++ b/lib/hcrypto/rc2test.c @@ -32,11 +32,9 @@ */ #include <config.h> +#include <roken.h> #include <rc2.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> struct { const void *key; |