diff options
author | tb <> | 2022-01-08 15:34:59 +0000 |
---|---|---|
committer | tb <> | 2022-01-08 15:34:59 +0000 |
commit | 8a7a673a6b3d10ab5b59599a2211e8c1fabb98e4 (patch) | |
tree | 2a9e528a79a6a5ad3255efd16765bed2e35b6584 /src | |
parent | b30ca58d70d934bae7bf7e8653a6c20abbb32a31 (diff) | |
download | openbsd-8a7a673a6b3d10ab5b59599a2211e8c1fabb98e4.tar.gz openbsd-8a7a673a6b3d10ab5b59599a2211e8c1fabb98e4.tar.bz2 openbsd-8a7a673a6b3d10ab5b59599a2211e8c1fabb98e4.zip |
tiny whitespace tweak
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/objects/objects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/objects.h b/src/lib/libcrypto/objects/objects.h index c40991b5e3..7a7ba82652 100644 --- a/src/lib/libcrypto/objects/objects.h +++ b/src/lib/libcrypto/objects/objects.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: objects.h,v 1.12 2017/01/21 04:53:22 jsing Exp $ */ | 1 | /* $OpenBSD: objects.h,v 1.13 2022/01/08 15:34:59 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1102,7 +1102,7 @@ const void * OBJ_bsearch_ex_(const void *key, const void *base, int num, | |||
1102 | int OBJ_new_nid(int num); | 1102 | int OBJ_new_nid(int num); |
1103 | int OBJ_add_object(const ASN1_OBJECT *obj); | 1103 | int OBJ_add_object(const ASN1_OBJECT *obj); |
1104 | int OBJ_create(const char *oid, const char *sn, const char *ln); | 1104 | int OBJ_create(const char *oid, const char *sn, const char *ln); |
1105 | void OBJ_cleanup(void ); | 1105 | void OBJ_cleanup(void); |
1106 | int OBJ_create_objects(BIO *in); | 1106 | int OBJ_create_objects(BIO *in); |
1107 | 1107 | ||
1108 | int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid); | 1108 | int OBJ_find_sigid_algs(int signid, int *pdig_nid, int *ppkey_nid); |