mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-17 22:39:49 +02:00
Version number -> 0.5.
This commit is contained in:
12
src/x509.h
12
src/x509.h
@ -1,12 +1,14 @@
|
||||
#ifndef LSEC_X509_H
|
||||
#define LSEC_X509_H
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
* LuaSec 0.4.1
|
||||
* Copyright (C) 2012
|
||||
* LuaSec 0.5
|
||||
*
|
||||
* Copyright (C) 2014 Kim Alvefur, Paul Aurich, Tobias Markmann
|
||||
* Matthew Wild, Bruno Silvestre.
|
||||
*
|
||||
*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef LSEC_X509_H
|
||||
#define LSEC_X509_H
|
||||
|
||||
#include <openssl/x509v3.h>
|
||||
#include <lua.h>
|
||||
|
||||
|
Reference in New Issue
Block a user