diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-06 12:00:18 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-06 12:00:18 +0000 |
| commit | a38ab123639e3febee9be53859a5537ffb3d9137 (patch) | |
| tree | b9fc5e632b70d778e5bff11215c49982ff0d94a8 | |
| parent | a84fc1714a77ad980870385dc773cd0791e53b4a (diff) | |
Notes
| -rw-r--r-- | secure/lib/libcipher/cipher.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3 index a534fd77ce77..a8dfab33f3b3 100644 --- a/secure/lib/libcipher/cipher.3 +++ b/secure/lib/libcipher/cipher.3 @@ -38,11 +38,14 @@ .Nm setkey , .Nm encrypt , .Nm des_setkey , -.Nm des_cipher , +.Nm des_cipher .Nd DES encryption +.Sh LIBRARY +.Lb libcipher .Sh SYNOPSIS +.Fd #include <unistd.h> .Ft int -.Fn setkey "char *key" +.Fn setkey "const char *key" .Ft int .Fn encrypt "char *block" "int flag" .Ft int |
