Fixed missing include of <unistd.h> and wrong prototype for setkey().
This commit is contained in:
parent
5d0f874d9e
commit
e28fa0be39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user