sha1 manpage - fix #include
This commit is contained in:
parent
7e8ed05df4
commit
693bd970e7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
.Nd calculate the NIST Secure Hash Algorithm
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sha1.h>
|
||||
.Fd #include <minix/sha1.h>
|
||||
.Ft void
|
||||
.Fn SHA1Init "SHA1_CTX *context"
|
||||
.Ft void
|
||||
|
|
Loading…
Reference in a new issue