diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-05-31 18:29:05 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-05-31 18:29:05 +0000 |
commit | c185fe4d41589f430e852a957e96b759f757c5a2 (patch) | |
tree | 69ac44124cd1d0b183ccd5c1a831623f77e0efb0 /usr.sbin/ldapd/ssl.c | |
parent | dfe8c47b7e6355b03bc11e72dfb83a0909696888 (diff) |
Remove trailing whitespace and spaces before tabs.
ok gilles@
Diffstat (limited to 'usr.sbin/ldapd/ssl.c')
-rw-r--r-- | usr.sbin/ldapd/ssl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ldapd/ssl.c b/usr.sbin/ldapd/ssl.c index 7d320bf6b93..71744c203a0 100644 --- a/usr.sbin/ldapd/ssl.c +++ b/usr.sbin/ldapd/ssl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl.c,v 1.1 2010/05/31 17:36:31 martinh Exp $ */ +/* $OpenBSD: ssl.c,v 1.2 2010/05/31 18:29:04 martinh Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -80,7 +80,7 @@ unsigned char dh512_p[] = { 0xED,0x94,0xEF,0x9C,0x8A,0x44,0x03,0xED,0x57,0x46,0x50,0xD3, 0x69,0x99,0xDB,0x29,0xD7,0x76,0x27,0x6B,0xA2,0xD3,0xD4,0x12, 0xE2,0x18,0xF4,0xDD,0x1E,0x08,0x4C,0xF6,0xD8,0x00,0x3E,0x7C, - 0x47,0x74,0xE8,0x33, + 0x47,0x74,0xE8,0x33, }; unsigned char dh512_g[] = { @@ -669,7 +669,7 @@ ssl_buf_write(SSL *s, struct msgbuf *msgbuf) { struct ibuf *buf; int ret; - + buf = TAILQ_FIRST(&msgbuf->bufs); if (buf == NULL) return (SSL_ERROR_NONE); @@ -686,7 +686,7 @@ DH * get_dh512(void) { DH *dh; - + if ((dh = DH_new()) == NULL) return NULL; |