mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed missing include of <unistd.h> and wrong prototype for setkey().
This commit is contained in:
parent
8d6ca77c4c
commit
0be3a10c91
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue