Imported Upstream version 3.1.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* COMMON.H - NRPE Common Include File
|
||||
* Copyright (c) 1999-2007 Ethan Galstad (nagios@nagios.org)
|
||||
* Last Modified: 09-08-2016
|
||||
* Last Modified: 2017-04-06
|
||||
*
|
||||
* License:
|
||||
*
|
||||
@@ -23,12 +23,18 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#define SSL_TYPE_@SSL_TYPE@
|
||||
|
||||
#ifdef HAVE_SSL
|
||||
#include <@SSL_INC_PREFIX@@SSL_HDR@>
|
||||
# ifdef SSL_TYPE_openssl
|
||||
# include <@SSL_INC_PREFIX@err.h>
|
||||
# include <@SSL_INC_PREFIX@rand.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define PROGRAM_VERSION "3.0.1"
|
||||
#define MODIFICATION_DATE "09-08-2016"
|
||||
#define PROGRAM_VERSION "3.1.0-rc1"
|
||||
#define MODIFICATION_DATE "2017-04-06"
|
||||
|
||||
#define OK 0
|
||||
#define ERROR -1
|
||||
|
||||
Reference in New Issue
Block a user