From 485f6ecd453d8a2fd8b9b9fadea03159d8b50797 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:54:16 +0200 Subject: Adding upstream version 2.06. Signed-off-by: Daniel Baumann --- util/import_gcrypth.sed | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 util/import_gcrypth.sed (limited to 'util/import_gcrypth.sed') diff --git a/util/import_gcrypth.sed b/util/import_gcrypth.sed new file mode 100644 index 0000000..fe6d1a0 --- /dev/null +++ b/util/import_gcrypth.sed @@ -0,0 +1,18 @@ +/^#@INSERT_SYS_SELECT_H@/ d +/^@FALLBACK_SOCKLEN_T@/ d +/^# *include / d +/^# *include / d +/^# *include / d +/^# *include / d +/^# *include / d +/^# *include / d +/^# *include / d +/^ typedef long ssize_t;/ d +/^ typedef int pid_t;/ d +/^# *include / s,#include ,#include , +/^typedef gpg_error_t gcry_error_t;/ d +/^typedef gpg_err_code_t gcry_err_code_t;/ d +/^typedef struct gcry_mpi \*gcry_mpi_t;/ d +/^struct gcry_thread_cbs/ d +s,_gcry_mpi_invm,gcry_mpi_invm,g +p \ No newline at end of file -- cgit v1.2.3