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/common.c | |
parent | f52d4664e3f68828c06f85bfc1afa271e3e04713 (diff) | |
download | src-d684f11da759490a8d98d7b790796106285f4084.tar.gz src-d684f11da759490a8d98d7b790796106285f4084.zip |
Import Heimdal 7.5.0.vendor/heimdal/7.5.0vendor/heimdal
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/common.c')
-rw-r--r-- | lib/hcrypto/common.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/hcrypto/common.c b/lib/hcrypto/common.c index 136bf1db101f..cf30304c4c82 100644 --- a/lib/hcrypto/common.c +++ b/lib/hcrypto/common.c @@ -34,11 +34,7 @@ */ #include <config.h> - -#include <errno.h> - -#include <stdio.h> -#include <stdlib.h> +#include <roken.h> #include <krb5-types.h> #include <rfc2459_asn1.h> |