mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 20:59:59 -04:00
(cherry picked from commit 0584ab7e9c)
Conflicts: bin/tests/system/rsabigexponent/bigkey.c
This commit is contained in:
parent
55c7ef52aa
commit
eca3729719
1 changed files with 4 additions and 1 deletions
|
|
@ -16,9 +16,10 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef OPENSSL
|
||||
#include <config.h>
|
||||
|
||||
#if defined(OPENSSL)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
@ -241,6 +242,8 @@ main(int argc, char **argv) {
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <isc/util.h>
|
||||
|
||||
int
|
||||
main(int argc, char **argv) {
|
||||
UNUSED(argc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue