mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 16:30:52 +01:00
oper_conf structure: add privset association.
This commit is contained in:
parent
be52582805
commit
a2e1310cbe
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
#define INCLUDED_s_newconf_h
|
#define INCLUDED_s_newconf_h
|
||||||
|
|
||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
|
#include "privilege.h"
|
||||||
|
|
||||||
#ifdef HAVE_LIBCRYPTO
|
#ifdef HAVE_LIBCRYPTO
|
||||||
#include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
|
@ -120,6 +121,8 @@ struct oper_conf
|
||||||
|
|
||||||
unsigned int snomask;
|
unsigned int snomask;
|
||||||
|
|
||||||
|
struct PrivilegeSet *privset;
|
||||||
|
|
||||||
#ifdef HAVE_LIBCRYPTO
|
#ifdef HAVE_LIBCRYPTO
|
||||||
char *rsa_pubkey_file;
|
char *rsa_pubkey_file;
|
||||||
RSA *rsa_pubkey;
|
RSA *rsa_pubkey;
|
||||||
|
|
Loading…
Reference in a new issue