From 68c054a21ddf6f630e3803de0b25ea97e425c0ad Mon Sep 17 00:00:00 2001 From: m0gg Date: Mon, 11 Dec 2006 08:13:19 +0000 Subject: Documentation fixup --- nanohttp/nanohttp-ssl.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-ssl.c') diff --git a/nanohttp/nanohttp-ssl.c b/nanohttp/nanohttp-ssl.c index 46b90f1..4d3cb2c 100644 --- a/nanohttp/nanohttp-ssl.c +++ b/nanohttp/nanohttp-ssl.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-ssl.c,v 1.36 2006/12/06 11:27:21 m0gg Exp $ +* $Id: nanohttp-ssl.c,v 1.37 2006/12/11 08:13:19 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2001-2005 Rochester Institute of Technology @@ -84,6 +84,8 @@ #include "nanohttp-ssl.h" +#define CERT_SUBJECT 1 + static char *_hssl_certificate = NULL; static char *_hssl_certpass = NULL; static char *_hssl_ca_list = NULL; -- cgit v1.1-32-gdbae