diff options
author | Tobias Brunner <tobias@strongswan.org> | 2009-12-08 16:53:01 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2009-12-23 17:01:53 +0100 |
commit | eba64cef41f6db11ca751a0f207d0bba052b4093 (patch) | |
tree | d0b1098f4c7eba59c86f527660fcc229177dde1d /src/libstrongswan/plugins/openssl | |
parent | f36143b0baa9ecfa7930780c53a73e74c91577db (diff) | |
download | strongswan-eba64cef41f6db11ca751a0f207d0bba052b4093.tar.bz2 strongswan-eba64cef41f6db11ca751a0f207d0bba052b4093.tar.xz |
Separated the public interfaces of the threading primitives.
Diffstat (limited to 'src/libstrongswan/plugins/openssl')
-rw-r--r-- | src/libstrongswan/plugins/openssl/openssl_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/openssl/openssl_plugin.c b/src/libstrongswan/plugins/openssl/openssl_plugin.c index 0cb526d89..46446fc25 100644 --- a/src/libstrongswan/plugins/openssl/openssl_plugin.c +++ b/src/libstrongswan/plugins/openssl/openssl_plugin.c @@ -23,7 +23,7 @@ #include "openssl_plugin.h" #include <library.h> -#include <threading.h> +#include <threading/mutex.h> #include "openssl_util.h" #include "openssl_crypter.h" #include "openssl_hasher.h" |