diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2007-10-30 23:33:46 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2007-10-30 23:33:46 +0000 |
| commit | c67bc0047686ab06ca4222e0bfdfe6ba423e147b (patch) | |
| tree | 50446e4af9139fa7c9a1b503d2dc937a142e0eba | |
| parent | a4d0bb477d629633fd61639a6d137a148e79bb88 (diff) | |
| download | krb5-c67bc0047686ab06ca4222e0bfdfe6ba423e147b.tar.gz krb5-c67bc0047686ab06ca4222e0bfdfe6ba423e147b.tar.xz krb5-c67bc0047686ab06ca4222e0bfdfe6ba423e147b.zip | |
Include k5-platform.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20153 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/plugins/preauth/pkinit/pkinit_crypto_openssl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c b/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c index e7e04d8ee..2ab23b03a 100644 --- a/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c +++ b/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c @@ -36,6 +36,8 @@ #include <unistd.h> #include <dirent.h> +#include "k5-platform.h" + /* * Q: What is this SILLYDECRYPT stuff about? * A: When using the ActivCard Linux pkcs11 library (v2.0.1), |
