Fixed missing include of <unistd.h> and wrong prototype for setkey().

This commit is contained in:
Bruce Evans 2001-02-06 01:17:59 +00:00
parent 8d6ca77c4c
commit 0be3a10c91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72069

View File

@ -43,8 +43,9 @@
.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