From 5d681769c60b2d3216d76c1efe4f112a24baf519 Mon Sep 17 00:00:00 2001 From: mrcsys Date: Mon, 17 Apr 2006 12:26:17 +0000 Subject: updated to match heiko's prefered function names I had not noticed that he had renamed ALL of mine before --- nanohttp/nanohttp-ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-ssl.h') diff --git a/nanohttp/nanohttp-ssl.h b/nanohttp/nanohttp-ssl.h index 86b61cd..af99069 100644 --- a/nanohttp/nanohttp-ssl.h +++ b/nanohttp/nanohttp-ssl.h @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-ssl.h,v 1.15 2006/04/14 14:44:40 mrcsys Exp $ +* $Id: nanohttp-ssl.h,v 1.16 2006/04/17 12:26:17 mrcsys Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2001-2005 Rochester Institute of Technology @@ -83,7 +83,7 @@ int verify_sn(X509 * cert, int who, int nid, char *str); */ void hssl_set_user_verify( int func(X509 * cert) ); -static int simple_user_verify(X509 * cert); +static int _hssl_dummy_verify_cert(X509 * cert); #ifdef __cplusplus } -- cgit v1.1-32-gdbae