aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-05-12 09:50:36 +0200
committerJakob Unterwurzacher2016-05-12 09:50:36 +0200
commit4ad9d4e444e4f75fd388078b617c411bfab762c8 (patch)
tree0fdba9eacc805ee34cca3b6e34aeb5b0cc305401 /Documentation
parent49b597f07c07bde6a2feb1f32f02fcaf34daf365 (diff)
prefer_openssl: add amd64 constraint
Optimized assembly versions for Go GCM are only available on amd64.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/MANPAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md
index cb725d5..411a1d5 100644
--- a/Documentation/MANPAGE.md
+++ b/Documentation/MANPAGE.md
@@ -97,7 +97,7 @@ used internally for daemonization.
**-openssl bool**
: Use OpenSSL instead of built-in Go crypto (default "auto"). Using
-built-in crypto is 4x slower unless you CPU has AES instructions and
+built-in crypto is 4x slower unless your CPU has AES instructions and
you are using Go 1.6+. In mode "auto", gocrypts chooses the faster
option.