summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-30 12:42:53 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-30 12:42:53 -0400
commitd952cb99c2e390b06515654f71181aa90984adf7 (patch)
treec79a5e04f2cb50407d4e10fb321ccd168c143142 /config.h
parent973fbf0e2f22cdd7a33d13955b9fa446842663ad (diff)
downloadcryptopp-git-d952cb99c2e390b06515654f71181aa90984adf7.tar.gz
Update comments
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 00cff057..51657c05 100644
--- a/config.h
+++ b/config.h
@@ -354,7 +354,7 @@ NAMESPACE_END
#endif
#endif
-// Sun Studio 12 provides GCC-style alignment.
+// Sun Studio Express 3 (December 2006) provides GCC-style attributes.
#ifndef CRYPTOPP_ALIGN_DATA
#if defined(_MSC_VER)
#define CRYPTOPP_ALIGN_DATA(x) __declspec(align(x))