swtpm/samples/swtpm_localca.h
Stefan Berger e689684c57 samples: Rewrite of swtpm_localca in 'C' (addresses issue #437)
This is a 1:1 rewrite of swtpm_localca in 'C' as a final step to get
rid of the python dependency. It addresses issue #437.

Tested on: Cygwin, Fedora 33, Ubuntu Xenial & Bionic, FreeBSD,
           DragonFlyBSD, OpenBSD (i386), Mac, Debian (recent), Centos-8,
           CentOS (recent), Alpine (recent), OpenSUSE (recent),
           Fedora 28 PPC Big Endian

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2021-06-01 09:31:43 -04:00

18 lines
301 B
C

/* SPDX-License-Identifier: BSD-3-Clause */
/*
* swtpm_localca.h: Header file
*
* Author: Stefan Berger, stefanb@linux.ibm.com
*
* Copyright (c) IBM Corporation, 2021
*/
#ifndef SWTPM_LOCALCA_H
#define SWTPM_LOCALCA_H
#include <glib.h>
extern gchar *gl_LOGFILE;
#endif /* SWTPM_LOCALCA_H */