diff options
| author | tb <> | 2024-01-22 13:54:46 +0000 |
|---|---|---|
| committer | tb <> | 2024-01-22 13:54:46 +0000 |
| commit | fd58ec94d732fbcc7aced09f5f63787240b5dada (patch) | |
| tree | 11b3b8172793a512ff3bda34deb0b8e703a75def | |
| parent | a303c5ff46779f829171cfb2a450c4a0197e0c14 (diff) | |
| download | openbsd-fd58ec94d732fbcc7aced09f5f63787240b5dada.tar.gz openbsd-fd58ec94d732fbcc7aced09f5f63787240b5dada.tar.bz2 openbsd-fd58ec94d732fbcc7aced09f5f63787240b5dada.zip | |
Simplify history section to match what other manuals do
| -rw-r--r-- | src/lib/libcrypto/man/CMS_signed_add1_attr.3 | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/src/lib/libcrypto/man/CMS_signed_add1_attr.3 b/src/lib/libcrypto/man/CMS_signed_add1_attr.3 index 9927047b1b..6fbbe13f0c 100644 --- a/src/lib/libcrypto/man/CMS_signed_add1_attr.3 +++ b/src/lib/libcrypto/man/CMS_signed_add1_attr.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: CMS_signed_add1_attr.3,v 1.1 2024/01/22 13:44:59 job Exp $ | 1 | .\" $OpenBSD: CMS_signed_add1_attr.3,v 1.2 2024/01/22 13:54:46 tb Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 2024 Job Snijders <job@openbsd.org> | 3 | .\" Copyright (c) 2024 Job Snijders <job@openbsd.org> |
| 4 | .\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org> | 4 | .\" Copyright (c) 2024 Theo Buehler <tb@openbsd.org> |
| @@ -366,26 +366,5 @@ section 5.3: SignerInfo Type | |||
| 366 | section 11: Useful Attributes | 366 | section 11: Useful Attributes |
| 367 | .El | 367 | .El |
| 368 | .Sh HISTORY | 368 | .Sh HISTORY |
| 369 | .Fn CMS_signed_add1_attr , | 369 | These functions first appeared in OpenSSL 0.9.9 and have been available since |
| 370 | .Fn CMS_signed_add1_attr_by_NID , | ||
| 371 | .Fn CMS_signed_add1_attr_by_OBJ , | ||
| 372 | .Fn CMS_signed_add1_attr_by_txt , | ||
| 373 | .Fn CMS_signed_delete_attr , | ||
| 374 | .Fn CMS_signed_get0_data_by_OBJ , | ||
| 375 | .Fn CMS_signed_get_attr , | ||
| 376 | .Fn CMS_signed_get_attr_by_NID , | ||
| 377 | .Fn CMS_signed_get_attr_by_OBJ , | ||
| 378 | .Fn CMS_signed_get_attr_count , | ||
| 379 | .Fn CMS_unsigned_add1_attr , | ||
| 380 | .Fn CMS_unsigned_add1_attr_by_NID , | ||
| 381 | .Fn CMS_unsigned_add1_attr_by_OBJ , | ||
| 382 | .Fn CMS_unsigned_add1_attr_by_txt , | ||
| 383 | .Fn CMS_unsigned_delete_attr , | ||
| 384 | .Fn CMS_unsigned_get0_data_by_OBJ , | ||
| 385 | .Fn CMS_unsigned_get_attr , | ||
| 386 | .Fn CMS_unsigned_get_attr_by_NID , | ||
| 387 | .Fn CMS_unsigned_get_attr_by_OBJ | ||
| 388 | and | ||
| 389 | .Fn CMS_unsigned_get_attr_count | ||
| 390 | first appeared in OpenSSL 0.9.9 and have been available since | ||
| 391 | .Ox 6.6 . | 370 | .Ox 6.6 . |
