diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-28 19:06:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-04-28 19:06:20 +0000 |
commit | 77bf35e38370aa0082fb00ca1ac43382a626e276 (patch) | |
tree | e7b207a7ba692fe348c8531be2867055faa4ef05 /lib | |
parent | 07e0bbc210c0995de6a00471eb4701d5be31793a (diff) |
Remove ending cplusplus guard followed by starting cplusplus guard; from
Gebruiker Schoot.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/ssl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index cc77a8f2bd1..6331601a4c5 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -342,13 +342,6 @@ extern "C" { #define SSL_SENT_SHUTDOWN 1 #define SSL_RECEIVED_SHUTDOWN 2 -#ifdef __cplusplus -} -#endif - -#ifdef __cplusplus -extern "C" { -#endif #define SSL_FILETYPE_ASN1 X509_FILETYPE_ASN1 #define SSL_FILETYPE_PEM X509_FILETYPE_PEM |