diff options
Diffstat (limited to 'sysutils/rsyslog7-devel/files/patch-runtime--libgcry.h')
-rw-r--r-- | sysutils/rsyslog7-devel/files/patch-runtime--libgcry.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/rsyslog7-devel/files/patch-runtime--libgcry.h b/sysutils/rsyslog7-devel/files/patch-runtime--libgcry.h deleted file mode 100644 index f29f6d267eb9..000000000000 --- a/sysutils/rsyslog7-devel/files/patch-runtime--libgcry.h +++ /dev/null @@ -1,11 +0,0 @@ ---- runtime/libgcry.h.ori 2013-05-24 20:23:45.000000000 -0600 -+++ runtime/libgcry.h 2013-05-24 20:24:03.000000000 -0600 -@@ -49,7 +49,7 @@ - rsRetVal rsgcrySetAlgo(gcryctx ctx, uchar *modename); - gcryctx gcryCtxNew(void); - void rsgcryCtxDel(gcryctx ctx); --int gcryfileDestruct(gcryfile gf, off64_t offsLogfile); -+int gcryfileDestruct(gcryfile gf, off_t offsLogfile); - rsRetVal rsgcryInitCrypt(gcryctx ctx, gcryfile *pgf, uchar *fname); - int rsgcryEncrypt(gcryfile pF, uchar *buf, size_t *len); - |