summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobias <tobias@openbsd.org>2009-11-22 16:03:44 +0000
committertobias <tobias@openbsd.org>2009-11-22 16:03:44 +0000
commitf671f93f9d734bb5a8e16f6da88c49b8db4e30d9 (patch)
tree61fd4d7ce07bca3d4da921273ed47190401f0fdf
parentstyle (diff)
downloadwireguard-openbsd-f671f93f9d734bb5a8e16f6da88c49b8db4e30d9.tar.xz
wireguard-openbsd-f671f93f9d734bb5a8e16f6da88c49b8db4e30d9.zip
Fixed typo in function name.
ok jmc
-rw-r--r--lib/libdes/des_crypt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/des_crypt.3 b/lib/libdes/des_crypt.3
index 08259805906..5805c4cd519 100644
--- a/lib/libdes/des_crypt.3
+++ b/lib/libdes/des_crypt.3
@@ -495,7 +495,7 @@ data is encrypted.
is used to specify the encryption mode to use with
.I des_enc_read
and
-.I des_end_write.
+.I des_enc_write.
If set to
.I DES_PCBC_MODE
(the default), des_pcbc_encrypt is used.