artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5f383
)
Add missing space before =
author
tb
<tb@openbsd.org>
Mon, 7 Aug 2023 10:54:14 +0000
(10:54 +0000)
committer
tb
<tb@openbsd.org>
Mon, 7 Aug 2023 10:54:14 +0000
(10:54 +0000)
lib/libcrypto/bio/bss_sock.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/bio/bss_sock.c
b/lib/libcrypto/bio/bss_sock.c
index
1a13d7f
..
79194a7
100644
(file)
--- a/
lib/libcrypto/bio/bss_sock.c
+++ b/
lib/libcrypto/bio/bss_sock.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bss_sock.c,v 1.2
6 2023/07/05 21:23:37 beck
Exp $ */
+/* $OpenBSD: bss_sock.c,v 1.2
7 2023/08/07 10:54:14 tb
Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-173,7
+173,7
@@
sock_ctrl(BIO *b, int cmd, long num, void *ptr)
switch (cmd) {
case BIO_C_SET_FD:
sock_free(b);
- b->num= *((int *)ptr);
+ b->num
= *((int *)ptr);
b->shutdown = (int)num;
b->init = 1;
break;