summaryrefslogtreecommitdiff
path: root/usr.sbin/ldapd/ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ldapd/ssl.c')
-rw-r--r--usr.sbin/ldapd/ssl.c8
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;