diff options
Diffstat (limited to 'lib/libssl/src/apps/ts.c')
-rw-r--r-- | lib/libssl/src/apps/ts.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/ts.c b/lib/libssl/src/apps/ts.c index c2d333cf7ec..2bb343d13c9 100644 --- a/lib/libssl/src/apps/ts.c +++ b/lib/libssl/src/apps/ts.c @@ -59,14 +59,15 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> + #include "apps.h" + #include <openssl/bio.h> +#include <openssl/bn.h> #include <openssl/err.h> #include <openssl/pem.h> #include <openssl/rand.h> #include <openssl/ts.h> -#include <openssl/bn.h> - /* Length of the nonce of the request in bits (must be a multiple of 8). */ #define NONCE_LENGTH 64 |