sha1 manpage - fix #include

This commit is contained in:
Ben Gras 2010-07-16 00:19:19 +00:00
parent 7e8ed05df4
commit 693bd970e7

View file

@ -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