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

This commit is contained in:
bde 2001-02-06 01:17:59 +00:00
parent 5d0f874d9e
commit e28fa0be39

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