summaryrefslogtreecommitdiffstats
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:41:42 +0000
commita25d0527b706d126eefde4c774600ae5ecc84b96 (patch)
tree2aa05e963a23384ec93521f33655f8b38d4b724d /MacOS
parent89f6c5b4926c8ef8bc1a544a031ed3e01e092cbe (diff)
Additional comment changes for reformat of 1.0.0
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;