summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2008-12-08 12:45:48 -0500
committerChad MILLER <chad@mysql.com>2008-12-08 12:45:48 -0500
commit482fa1f1748c960326aa2cf5d0f95c18061ea138 (patch)
treee881b9ddbafad97234a1b6b7897855aa5226e8a1 /extra
parentff55541a5bc0f8f0332972c05177bf09ed47399b (diff)
downloadmariadb-git-482fa1f1748c960326aa2cf5d0f95c18061ea138.tar.gz
Replace C++ comment in a header file. Thanks, Alik!
Diffstat (limited to 'extra')
-rw-r--r--extra/yassl/include/openssl/ssl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/yassl/include/openssl/ssl.h b/extra/yassl/include/openssl/ssl.h
index de09f1ebe4b..05b34a0dc45 100644
--- a/extra/yassl/include/openssl/ssl.h
+++ b/extra/yassl/include/openssl/ssl.h
@@ -203,8 +203,8 @@ SSL_CTX* SSL_CTX_new(SSL_METHOD*);
SSL* SSL_new(SSL_CTX*);
int SSL_set_fd (SSL*, YASSL_SOCKET_T);
YASSL_SOCKET_T SSL_get_fd(const SSL*);
-int SSL_connect(SSL*); // if you get an error from connect
- // see note at top of REAMDE
+int SSL_connect(SSL*); /* if you get an error from connect
+ see note at top of REAMDE */
int SSL_write(SSL*, const void*, int);
int SSL_read(SSL*, void*, int);
int SSL_accept(SSL*);