let util.h include cmdline.h
since it's using declarations from it..
This commit is contained in:
@@ -40,7 +40,6 @@
|
|||||||
|
|
||||||
#include <ykpiv.h>
|
#include <ykpiv.h>
|
||||||
|
|
||||||
#include "cmdline.h"
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
FILE *open_file(const char *file_name, int mode) {
|
FILE *open_file(const char *file_name, int mode) {
|
||||||
|
|||||||
@@ -30,6 +30,8 @@
|
|||||||
#ifndef YUBICO_PIV_TOOL_INTERNAL_H
|
#ifndef YUBICO_PIV_TOOL_INTERNAL_H
|
||||||
#define YUBICO_PIV_TOOL_INTERNAL_H
|
#define YUBICO_PIV_TOOL_INTERNAL_H
|
||||||
|
|
||||||
|
#include "cmdline.h"
|
||||||
|
|
||||||
#define INPUT 1
|
#define INPUT 1
|
||||||
#define OUTPUT 2
|
#define OUTPUT 2
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,6 @@
|
|||||||
#include <openssl/pkcs12.h>
|
#include <openssl/pkcs12.h>
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
|
|
||||||
#include "cmdline.h"
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
/* FASC-N containing S9999F9999F999999F0F1F0000000000300001E encoded in
|
/* FASC-N containing S9999F9999F999999F0F1F0000000000300001E encoded in
|
||||||
|
|||||||
Reference in New Issue
Block a user