diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2009-11-22 16:03:45 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2009-11-22 16:03:45 +0000 |
commit | ace7113432def3c0a21491f9d8b6c3b3aa03c972 (patch) | |
tree | 83dfebc362ddf61390c7866930fbaf607ca27d7b | |
parent | c4be8df587388f4f76c49caf3a3b0e01014ea208 (diff) |
Fixed typo in function name.
ok jmc
-rw-r--r-- | lib/libdes/des_crypt.3 | 2 |
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. |