mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Correct type.
OK'ed by: cperciva
This commit is contained in:
parent
5e6e79f718
commit
febd1f4df1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150125
@ -27,13 +27,13 @@
|
||||
.In sys/types.h
|
||||
.In sha256.h
|
||||
.Ft void
|
||||
.Fn SHA256_Init "SHA_CTX *context"
|
||||
.Fn SHA256_Init "SHA256_CTX *context"
|
||||
.Ft void
|
||||
.Fn SHA256_Update "SHA_CTX *context" "const unsigned char *data" "size_t len"
|
||||
.Fn SHA256_Update "SHA256_CTX *context" "const unsigned char *data" "size_t len"
|
||||
.Ft void
|
||||
.Fn SHA256_Final "unsigned char digest[32]" "SHA_CTX *context"
|
||||
.Fn SHA256_Final "unsigned char digest[32]" "SHA256_CTX *context"
|
||||
.Ft "char *"
|
||||
.Fn SHA256_End "SHA_CTX *context" "char *buf"
|
||||
.Fn SHA256_End "SHA256_CTX *context" "char *buf"
|
||||
.Ft "char *"
|
||||
.Fn SHA256_File "const char *filename" "char *buf"
|
||||
.Ft "char *"
|
||||
|
Loading…
Reference in New Issue
Block a user