diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-01-18 16:18:23 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-01-18 16:18:23 +0000 |
commit | 3e17b1d547e1f4fb06216a27b6a59fab9826e1f0 (patch) | |
tree | b472e0bd9263b30167228f07d105baa6b17fd313 /usr.sbin/rpki-client/x509.c | |
parent | c2f5c1cb0b5f81a168839448de157eb893113a6f (diff) |
Kill extra newline
Diffstat (limited to 'usr.sbin/rpki-client/x509.c')
-rw-r--r-- | usr.sbin/rpki-client/x509.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/x509.c b/usr.sbin/rpki-client/x509.c index 0823d303484..d975aef9c24 100644 --- a/usr.sbin/rpki-client/x509.c +++ b/usr.sbin/rpki-client/x509.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.c,v 1.31 2022/01/18 16:09:51 tb Exp $ */ +/* $OpenBSD: x509.c,v 1.32 2022/01/18 16:18:22 claudio Exp $ */ /* * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> @@ -38,7 +38,6 @@ ASN1_OBJECT *mft_oid; /* id-ct-rpkiManifest CMS content type */ ASN1_OBJECT *gbr_oid; /* id-ct-rpkiGhostbusters CMS content type */ ASN1_OBJECT *bgpsec_oid; /* id-kp-bgpsec-router Key Purpose */ - void x509_init_oid(void) { |