From 0be3a10c91aadfe79404ade116c7828f03eb6354 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 6 Feb 2001 01:17:59 +0000 Subject: [PATCH] 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 d361dd3a92f..a8dfab33f3b 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