$NetBSD: patch-ac,v 1.2 2006/05/12 09:48:09 joerg Exp $

--- auth.c.orig	2006-05-12 09:45:20.000000000 +0000
+++ auth.c
@@ -68,6 +68,7 @@ static EPAS_HANDLE ePass;
 
 #ifndef __APPLE_CC__
 #include <openssl/md5.h>
+#include <openssl/sha.h>
 #include <openssl/hmac.h>
 #include <openssl/blowfish.h>
 #include <openssl/rand.h>
@@ -589,7 +590,7 @@ struct vtun_host * auth_server(int fd)
 
 		   response_to_chal (chalsrv, h, chal_res, chal_resh);
 
-		   print_p (fd, "OK RESPSRV: %s %s\n", cl2cs (chal_resh, VTUN_RESP_HASH_SIZE));
+		   print_p (fd, "OK RESPSRV: %s\n", cl2cs (chal_resh, VTUN_RESP_HASH_SIZE));
 		   stage = ST_CHAL_CLI;
 		   continue;
 		}
