diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-26 16:54:01 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-26 16:54:01 (GMT) |
commit | cd4c60be952860f2d579bb12796bd8817a7a193d (patch) | |
tree | 28c74fae2bc1076f372a5373717351eea96c0587 /Swiften/TLS | |
parent | 95bf4f27579c489c0e4857a032e49f6b151838cb (diff) | |
download | swift-cd4c60be952860f2d579bb12796bd8817a7a193d.zip swift-cd4c60be952860f2d579bb12796bd8817a7a193d.tar.bz2 |
Added missing #pragma onces.
Diffstat (limited to 'Swiften/TLS')
-rw-r--r-- | Swiften/TLS/OpenSSL/OpenSSLContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/TLS/OpenSSL/OpenSSLContext.h b/Swiften/TLS/OpenSSL/OpenSSLContext.h index 6b97bd8..eea8301 100644 --- a/Swiften/TLS/OpenSSL/OpenSSLContext.h +++ b/Swiften/TLS/OpenSSL/OpenSSLContext.h @@ -4,6 +4,8 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ +#pragma once + #include <openssl/ssl.h> #include "Swiften/Base/boost_bsignals.h" #include <boost/noncopyable.hpp> |