From ceea7dca2f4ff356e136b9a72611b9b66d402eaa Mon Sep 17 00:00:00 2001
From: Přemysl Eric Janouch
Date: Wed, 12 Aug 2020 07:29:57 +0200
Subject: C++: split out a library with a trivial interface
Closes #2.
---
pdf-simple-sign.cpp | 895 +---------------------------------------------------
1 file changed, 8 insertions(+), 887 deletions(-)
(limited to 'pdf-simple-sign.cpp')
diff --git a/pdf-simple-sign.cpp b/pdf-simple-sign.cpp
index 818270e..8f3fe3f 100644
--- a/pdf-simple-sign.cpp
+++ b/pdf-simple-sign.cpp
@@ -2,7 +2,7 @@
//
// pdf-simple-sign: simple PDF signer
//
-// Copyright (c) 2017, Přemysl Eric Janouch
+// Copyright (c) 2017 - 2020, Přemysl Eric Janouch
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted.
@@ -17,899 +17,22 @@
//
#include
-#include
-#undef NDEBUG
-#include
-
-#include
-#include