Do not include rsa.h when DISABLE_LEGACY
This commit is contained in:
parent
3327feb025
commit
62b63fff8b
1 changed files with 4 additions and 0 deletions
|
@ -27,7 +27,11 @@
|
|||
#include "control_common.h"
|
||||
#include "list.h"
|
||||
#include "logger.h"
|
||||
|
||||
#ifndef DISABLE_LEGACY
|
||||
#include "rsa.h"
|
||||
#endif
|
||||
|
||||
#include "subnet.h"
|
||||
#include "utils.h"
|
||||
#include "xalloc.h"
|
||||
|
|
Loading…
Reference in a new issue