diff options
author | job <job@cvs.openbsd.org> | 2021-05-27 09:01:09 +0000 |
---|---|---|
committer | job <job@cvs.openbsd.org> | 2021-05-27 09:01:09 +0000 |
commit | 75611b6dce572fcf79fde407f250ef19c53eabde (patch) | |
tree | f40156350b832c7c8ab4881edb315567298e5e67 /usr.sbin/rpki-client/cert.c | |
parent | f0ff225527c7acb00be513dd3afecbb967a91ba7 (diff) |
Fix warning
OK tb@
Diffstat (limited to 'usr.sbin/rpki-client/cert.c')
-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 43e49449c6f..5b20676eb57 100644 --- a/usr.sbin/rpki-client/cert.c +++ b/usr.sbin/rpki-client/cert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cert.c,v 1.28 2021/03/05 17:15:19 claudio Exp $ */ +/* $OpenBSD: cert.c,v 1.29 2021/05/27 09:01:08 job Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -564,7 +564,7 @@ sbgp_asnum(struct parse *p, const unsigned char *d, size_t dsz) goto out; break; default: - warnx("%s: RFC 3779 section 3.2.3.4: IPAddressOrRange: " + warnx("%s: RFC 3779 section 3.2.3.5: ASIdOrRange: " "want ASN.1 sequence or integer, have %s (NID %d)", p->fn, ASN1_tag2str(tt->type), tt->type); goto out; |