diff options
author | agc <agc@pkgsrc.org> | 2016-06-03 00:11:10 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2016-06-03 00:11:10 +0000 |
commit | 78eda176211e0920cda3a59b13f1215eff5783af (patch) | |
tree | bce26a9baae1196c4a1869b04236263f71a6eb41 | |
parent | 669ccd5eb31b2b3767f6967364006afff6fc063c (diff) | |
download | pkgsrc-78eda176211e0920cda3a59b13f1215eff5783af.tar.gz |
Update netpgpverify to 20160313
+ minor cosmetic change to bn.h to also define BN_mod_sub, missed in
previous
-rw-r--r-- | security/netpgpverify/files/bn.h | 1 | ||||
-rw-r--r-- | security/netpgpverify/files/verify.h | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/netpgpverify/files/bn.h b/security/netpgpverify/files/bn.h index b2369727910..a9933bdd9d2 100644 --- a/security/netpgpverify/files/bn.h +++ b/security/netpgpverify/files/bn.h @@ -87,6 +87,7 @@ __BEGIN_DECLS #define BN_mod_exp PGPV_BN_mod_exp #define BN_mod_inverse PGPV_BN_mod_inverse #define BN_mod_mul PGPV_BN_mod_mul +#define BN_mod_sub PGPV_BN_mod_sub #define BN_raise PGPV_BN_raise #define BN_factorial PGPV_BN_factorial #define BN_CTX_new PGPV_BN_CTX_new diff --git a/security/netpgpverify/files/verify.h b/security/netpgpverify/files/verify.h index 8825cf8d517..29a3d5814d5 100644 --- a/security/netpgpverify/files/verify.h +++ b/security/netpgpverify/files/verify.h @@ -23,9 +23,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef NETPGP_VERIFY_H_ -#define NETPGP_VERIFY_H_ 20160214 +#define NETPGP_VERIFY_H_ 20160313 -#define NETPGPVERIFY_VERSION "netpgpverify portable 20160214" +#define NETPGPVERIFY_VERSION "netpgpverify portable 20160313" #include <sys/types.h> |