diff options
| author | tb <> | 2026-08-05 08:45:43 +0000 |
|---|---|---|
| committer | tb <> | 2026-08-05 08:45:43 +0000 |
| commit | db6045dc22a2d82358877e02a66af8fd293c91dc (patch) | |
| tree | 595d7d26b727360961e17d77db2c9f8586c8d771 /src | |
| parent | 1e63b1ad4e0d8e010ddae275fdc10cdf8308317b (diff) | |
| download | openbsd-db6045dc22a2d82358877e02a66af8fd293c91dc.tar.gz openbsd-db6045dc22a2d82358877e02a66af8fd293c91dc.tar.bz2 openbsd-db6045dc22a2d82358877e02a66af8fd293c91dc.zip | |
OBJ_create: OBJ_add_objects -> OBJ_create_objects
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/man/OBJ_create.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/OBJ_create.3 b/src/lib/libcrypto/man/OBJ_create.3 index 08563a573c..e3ec7f01f3 100644 --- a/src/lib/libcrypto/man/OBJ_create.3 +++ b/src/lib/libcrypto/man/OBJ_create.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: OBJ_create.3,v 1.12 2026/08/05 08:31:06 tb Exp $ | 1 | .\" $OpenBSD: OBJ_create.3,v 1.13 2026/08/05 08:45:43 tb Exp $ |
| 2 | .\" full merge up to: | 2 | .\" full merge up to: |
| 3 | .\" OpenSSL OBJ_nid2obj.pod 9b86974e Aug 17 15:21:33 2015 -0400 | 3 | .\" OpenSSL OBJ_nid2obj.pod 9b86974e Aug 17 15:21:33 2015 -0400 |
| 4 | .\" selective merge up to: | 4 | .\" selective merge up to: |
| @@ -136,7 +136,7 @@ are separated by one or more whitespace characters. | |||
| 136 | For the objects added to the internal table by | 136 | For the objects added to the internal table by |
| 137 | .Fn OBJ_create | 137 | .Fn OBJ_create |
| 138 | and | 138 | and |
| 139 | .Fn OBJ_add_objects , | 139 | .Fn OBJ_create_objects , |
| 140 | all the data contained is marked as not dynamically allocated. | 140 | all the data contained is marked as not dynamically allocated. |
| 141 | Consequently, retrieving them with | 141 | Consequently, retrieving them with |
| 142 | .Xr OBJ_nid2obj 3 | 142 | .Xr OBJ_nid2obj 3 |
