summaryrefslogtreecommitdiff
path: root/include/sslopt-case.h
diff options
context:
space:
mode:
authorunknown <salle@geopard.online.bg>2002-07-17 15:17:20 +0300
committerunknown <salle@geopard.online.bg>2002-07-17 15:17:20 +0300
commit18e0dd1f5200ade6f4a15356fa7ce87b3f8f86bc (patch)
treee1c40d792aee8685690c05c66852a581466505bf /include/sslopt-case.h
parent6fbafad20d727c4df3bb74e63399e4eb2e646376 (diff)
downloadmariadb-git-18e0dd1f5200ade6f4a15356fa7ce87b3f8f86bc.tar.gz
Some
C++ comments cleanup sql/stacktrace.c: C++ comments cleanup sql/structs.h: C++ comments cleanup sql/ha_myisam.h: C++ comments cleanup include/config-os2.h: C++ comments cleanup include/sslopt-case.h: C++ comments cleanup mysys/mf_tempfile.c: C++ comments cleanup sql/mysql_priv.h: C++ comments cleanup sql/slave.h: C++ comments cleanup sql/time.cc: C++ comments cleanup BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'include/sslopt-case.h')
-rw-r--r--include/sslopt-case.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sslopt-case.h b/include/sslopt-case.h
index e6e3a416bb0..331c9a307f1 100644
--- a/include/sslopt-case.h
+++ b/include/sslopt-case.h
@@ -20,8 +20,8 @@
break;
case OPT_SSL_KEY:
opt_use_ssl = 1; /* true */
-//QQ to be removed??? my_free(opt_ssl_key, MYF(MY_ALLOW_ZERO_PTR));
-//QQ to be removed??? opt_ssl_key = my_strdup(optarg, MYF(0));
+/* QQ to be removed??? my_free(opt_ssl_key, MYF(MY_ALLOW_ZERO_PTR)); */
+/* QQ to be removed??? opt_ssl_key = my_strdup(optarg, MYF(0)); */
break;
case OPT_SSL_CERT:
opt_use_ssl = 1; /* true */