From: tb Date: Mon, 9 May 2022 17:19:32 +0000 (+0000) Subject: Drop prototype of currently nonexistent function. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bfcdb7857b54cb3d8c12db2e388ef1e80f26ab39;p=openbsd Drop prototype of currently nonexistent function. --- diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index 415eb51b6be..09bb4a14deb 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.133 2022/05/09 17:02:34 job Exp $ */ +/* $OpenBSD: extern.h,v 1.134 2022/05/09 17:19:32 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -506,7 +506,6 @@ int valid_uri(const char *, size_t, const char *); int valid_origin(const char *, const char *); int valid_x509(char *, X509_STORE_CTX *, X509 *, struct auth *, struct crl *, int); -int valid_rsc(const char *, struct auth *, struct rsc *); /* Working with CMS. */ unsigned char *cms_parse_validate(X509 **, const char *,