From 99cef5f18b7fa71146e45cf01e8d1cef270d06c0 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 6 Feb 2001 01:17:59 +0000 Subject: Fixed missing include of and wrong prototype for setkey(). --- secure/lib/libcipher/cipher.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3 index d361dd3..a8dfab3 100644 --- a/secure/lib/libcipher/cipher.3 +++ b/secure/lib/libcipher/cipher.3 @@ -43,8 +43,9 @@ .Sh LIBRARY .Lb libcipher .Sh SYNOPSIS +.Fd #include .Ft int -.Fn setkey "char *key" +.Fn setkey "const char *key" .Ft int .Fn encrypt "char *block" "int flag" .Ft int -- cgit v1.1