diff options
| author | jmc <> | 2015-11-11 22:14:40 +0000 |
|---|---|---|
| committer | jmc <> | 2015-11-11 22:14:40 +0000 |
| commit | 251c498bba914eb02ecd355c711ac859eca19c90 (patch) | |
| tree | 145dacabb23df6062e88c39d885cb2c0c9c9bc77 /src/lib/libcrypto/doc/engine.pod | |
| parent | a221ac3c250654f840fbbc40b377567a6a36d33c (diff) | |
| download | openbsd-251c498bba914eb02ecd355c711ac859eca19c90.tar.gz openbsd-251c498bba914eb02ecd355c711ac859eca19c90.tar.bz2 openbsd-251c498bba914eb02ecd355c711ac859eca19c90.zip | |
add missing functions to NAME, or otherwise correct the mlink
entry for them;
feedback/ok schwarze
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/doc/engine.pod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index e305a73271..31035af398 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod | |||
| @@ -2,7 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | =head1 NAME | 3 | =head1 NAME |
| 4 | 4 | ||
| 5 | engine - ENGINE cryptographic module support | 5 | ENGINE_add, ENGINE_by_id, ENGINE_finish, ENGINE_get_first, |
| 6 | ENGINE_get_last, ENGINE_get_next, ENGINE_get_prev, | ||
| 7 | ENGINE_init, ENGINE_load_builtin_engines, ENGINE_remove | ||
| 8 | - ENGINE cryptographic module support | ||
| 6 | 9 | ||
| 7 | =head1 SYNOPSIS | 10 | =head1 SYNOPSIS |
| 8 | 11 | ||
