diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-04-17 14:31:09 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-04-20 16:01:48 +0200 |
commit | af83b7b557ad92f4af2c8f13a7dbadf815e5b4e5 (patch) | |
tree | 44bff33d91aa2a19cd0c13939b39be4aa05bf324 /lib/ext/status_request.h | |
parent | d6d572b972e51d21f6ad9780a5be5a68c8c9a196 (diff) | |
download | gnutls-ocspext.tar.gz |
Implement status_request OCSP extension.ocspext
Diffstat (limited to 'lib/ext/status_request.h')
-rw-r--r-- | lib/ext/status_request.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/ext/status_request.h b/lib/ext/status_request.h new file mode 100644 index 0000000000..dc807f8259 --- /dev/null +++ b/lib/ext/status_request.h @@ -0,0 +1,30 @@ +/* + * Copyright (C) 2012 Free Software Foundation, Inc. + * + * Author: Simon Josefsson + * + * This file is part of GnuTLS. + * + * The GnuTLS is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 3 of + * the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/> + * + */ + +#ifndef EXT_STATUS_REQUEST_H +#define EXT_STATUS_REQUEST_H + +#include <gnutls_extensions.h> + +extern extension_entry_st ext_mod_status_request; + +#endif |