Skip to content

Commit c1cf983

Browse files
author
tb
committed
Add missing space before =
1 parent 06fb3ee commit c1cf983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/libcrypto/bio/bss_sock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: bss_sock.c,v 1.26 2023/07/05 21:23:37 beck Exp $ */
1+
/* $OpenBSD: bss_sock.c,v 1.27 2023/08/07 10:54:14 tb Exp $ */
22
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
33
* All rights reserved.
44
*
@@ -173,7 +173,7 @@ sock_ctrl(BIO *b, int cmd, long num, void *ptr)
173173
switch (cmd) {
174174
case BIO_C_SET_FD:
175175
sock_free(b);
176-
b->num= *((int *)ptr);
176+
b->num = *((int *)ptr);
177177
b->shutdown = (int)num;
178178
b->init = 1;
179179
break;

0 commit comments

Comments
 (0)