oper_conf structure: add privset association.
This commit is contained in:
parent
48de3c1852
commit
120b37f94f
|
@ -36,6 +36,7 @@
|
|||
#define INCLUDED_s_newconf_h
|
||||
|
||||
#include "setup.h"
|
||||
#include "privilege.h"
|
||||
|
||||
#ifdef HAVE_LIBCRYPTO
|
||||
#include <openssl/rsa.h>
|
||||
|
@ -120,6 +121,8 @@ struct oper_conf
|
|||
|
||||
unsigned int snomask;
|
||||
|
||||
struct PrivilegeSet *privset;
|
||||
|
||||
#ifdef HAVE_LIBCRYPTO
|
||||
char *rsa_pubkey_file;
|
||||
RSA *rsa_pubkey;
|
||||
|
|
Loading…
Reference in New Issue