summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-01-19 13:06:22 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2016-01-19 13:06:22 +0100
commit7cfe4aef3c85aee813c2d3e712f94a319abba1c3 (patch)
treeba3526b53312b36b708b87716be4ab5857914b52 /sys/man
parent876e19c652295e75b72cba56df684df4cfc18995 (diff)
salsa(2): fix source reference
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/2/salsa2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/salsa b/sys/man/2/salsa
index fd57be357..1b6a47c16 100644
--- a/sys/man/2/salsa
+++ b/sys/man/2/salsa
@@ -95,7 +95,7 @@ is a key expansion function that takes a 128 or
256-bit key and a 128-bit nonce and produces a new
256-bit key.
.SH SOURCE
-.B /sys/src/libsec/salsa.c
+.B /sys/src/libsec/port/salsa.c
.SH SEE ALSO
.IR chacha (2)
.br