Update docs: corrections, turn buffer docs into manpage, fold SHA1

pages into one for improved readability, add lhash manpage
This commit is contained in:
Ulf Möller
2000-01-30 22:16:47 +00:00
parent da0fc5bf0f
commit 74235cc9ec
20 changed files with 354 additions and 144 deletions

View File

@@ -8,7 +8,7 @@ DSA_generate_parameters - Generate DSA parameters
#include <openssl/dsa.h>
DSA * DSA_generate_parameters(int bits, unsigned char *seed,
DSA *DSA_generate_parameters(int bits, unsigned char *seed,
int seed_len, int *counter_ret, unsigned long *h_ret,
void (*callback)(), void *cb_arg);