artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67953fd
)
Revert r1.13 since it currently breaks openssl-ruby regress tests.
author
jsing
<jsing@openbsd.org>
Mon, 25 Mar 2024 12:10:57 +0000
(12:10 +0000)
committer
jsing
<jsing@openbsd.org>
Mon, 25 Mar 2024 12:10:57 +0000
(12:10 +0000)
ok tb@
lib/libcrypto/x509/x509rset.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509rset.c
b/lib/libcrypto/x509/x509rset.c
index
9154e33
..
b05b2a1
100644
(file)
--- a/
lib/libcrypto/x509/x509rset.c
+++ b/
lib/libcrypto/x509/x509rset.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509rset.c,v 1.1
3 2024/03/25 11:27:00 job
Exp $ */
+/* $OpenBSD: x509rset.c,v 1.1
4 2024/03/25 12:10:57 jsing
Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-68,7
+68,7
@@
int
X509_REQ_set_version(X509_REQ *x, long version)
{
- if (x == NULL
|| version != 0
)
+ if (x == NULL)
return (0);
x->req_info->enc.modified = 1;
return (ASN1_INTEGER_set(x->req_info->version, version));