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.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'nanohttp/nanohttp-ssl.h') diff --git a/nanohttp/nanohttp-ssl.h b/nanohttp/nanohttp-ssl.h index cc8b7f7..aa5c781 100644 --- a/nanohttp/nanohttp-ssl.h +++ b/nanohttp/nanohttp-ssl.h @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-ssl.h,v 1.25 2006/12/03 17:30:58 m0gg Exp $ +* $Id: nanohttp-ssl.h,v 1.26 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 @@ -31,12 +31,13 @@ */ #define NHTTPD_ARG_HTTPS "-NHTTPS" - /** * - * SSL Errors + * @defgroup ssl_errors_group SSL Errors * */ +/*@{*/ + #define HSSL_ERROR 1700 #define HSSL_ERROR_CA_LIST (HSSL_ERROR + 10) #define HSSL_ERROR_CONTEXT (HSSL_ERROR + 20) @@ -46,6 +47,8 @@ #define HSSL_ERROR_SERVER (HSSL_ERROR + 60) #define HSSL_ERROR_CONNECT (HSSL_ERROR + 70) +/*@}*/ + #ifdef __cplusplus extern "C" { #endif @@ -133,8 +136,6 @@ extern herror_t hssl_server_ssl(struct hsocket_t * sock); */ extern void hssl_cleanup(struct hsocket_t * sock); -#define CERT_SUBJECT 1 - /** * * Quick function for verifying a portion of the cert nid is any NID_ defined -- cgit v1.1-32-gdbae