summaryrefslogtreecommitdiff
path: root/MacOS
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-16 09:21:50 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:33:38 +0000
commitac84cb4cfec4017783eb2696c14c3a379a4e0218 (patch)
tree05f8a02ef57518af8795642d2484da73b9025ac5 /MacOS
parent3e9a08ecb164098f997bce92a0db72287f39c106 (diff)
downloadopenssl-new-ac84cb4cfec4017783eb2696c14c3a379a4e0218.tar.gz
Further comment changes for reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'MacOS')
-rw-r--r--MacOS/opensslconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MacOS/opensslconf.h b/MacOS/opensslconf.h
index ad557cc06a..1bc31bf3cc 100644
--- a/MacOS/opensslconf.h
+++ b/MacOS/opensslconf.h
@@ -23,7 +23,7 @@
#if !defined(RC4_INT)
/* using int types make the structure larger but make the code faster
* on most boxes I have tested - up to %20 faster. */
-/*
+/*-
* I don't know what does "most" mean, but declaring "int" is a must on:
* - Intel P6 because partial register stalls are very expensive;
* - elder Alpha because it lacks byte load/store instructions;