diff options
author | 2020-02-26 02:35:08 +0000 | |
---|---|---|
committer | 2020-02-26 02:35:08 +0000 | |
commit | 12c0d08fb68e8b0a5785dcee36256e5a07eef8c3 (patch) | |
tree | 985f7c56a6f480334e07f54fc46ef4973d386df2 | |
parent | Remove obsolete XXX comment. ok deraadt@ (diff) | |
download | wireguard-openbsd-12c0d08fb68e8b0a5785dcee36256e5a07eef8c3.tar.xz wireguard-openbsd-12c0d08fb68e8b0a5785dcee36256e5a07eef8c3.zip |
ugly spaces offended me
-rw-r--r-- | usr.sbin/rpki-client/cert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/cert.c b/usr.sbin/rpki-client/cert.c index 5a3415e405c..419977d29ed 100644 --- a/usr.sbin/rpki-client/cert.c +++ b/usr.sbin/rpki-client/cert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cert.c,v 1.13 2019/11/29 05:11:18 benno Exp $ */ +/* $OpenBSD: cert.c,v 1.14 2020/02/26 02:35:08 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -1316,7 +1316,7 @@ auth_find(struct auth_tree *auths, const char *aki) static inline int authcmp(struct auth *a, struct auth *b) { - return strcmp(a->cert->ski, b->cert->ski); + return strcmp(a->cert->ski, b->cert->ski); } RB_GENERATE(auth_tree, auth, entry, authcmp); |