0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 21:28:53 +02:00

oper_conf structure: add privset association.

This commit is contained in:
William Pitcock 2008-08-17 07:32:30 -05:00
parent be52582805
commit a2e1310cbe

View file

@ -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;