From 9e60d35ac1ade619b0d44538f7f50f62c1514194 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sat, 19 Apr 2014 08:52:32 +0000 Subject: More KNF and style consistency tweaks --- src/lib/libssl/d1_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/d1_lib.c') diff --git a/src/lib/libssl/d1_lib.c b/src/lib/libssl/d1_lib.c index 7da57b0a36..0217b68928 100644 --- a/src/lib/libssl/d1_lib.c +++ b/src/lib/libssl/d1_lib.c @@ -277,8 +277,8 @@ dtls1_ctrl(SSL *s, int cmd, long larg, void *parg) * to explicitly list their SSL_* codes. Currently RC4 is the only one * available, but if new ones emerge, they will have to be added... */ -const SSL_CIPHER -*dtls1_get_cipher(unsigned int u) +const SSL_CIPHER * +dtls1_get_cipher(unsigned int u) { const SSL_CIPHER *ciph = ssl3_get_cipher(u); -- cgit v1.2.3-55-g6feb