oper_conf structure: add privset association.

This commit is contained in:
William Pitcock 2008-08-17 07:32:30 -05:00
parent 48de3c1852
commit 120b37f94f
1 changed files with 3 additions and 0 deletions

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;