diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-05 01:25:12 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-05 01:25:12 +0000 |
commit | d3ffdfe7f0c9108197497c813ed37321e5a7c2a6 (patch) | |
tree | dc213ab6cd930487d1ffff7d5bf0f590e4cd076e /security/botan/patches/patch-ab | |
parent | cfa95d218d3188da4f23913c7d1ce9219ea9592d (diff) | |
download | pkgsrc-d3ffdfe7f0c9108197497c813ed37321e5a7c2a6.tar.gz |
Imported botan from .
Botan (formerly OpenCL) aims to be a portable, easy to use, and efficient
C++ crypto library. It currently supports the following algorithms:
Public Key Algorithms: Diffie-Hellman, DSA, ElGamal, Nyberg-Rueppel,
Rabin-Williams, RSA
Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST, IDEA,
Lion, Luby-Rackoff, MISTY1, RC2, RC5, RC6, Rijndael, SAFER-SK128,
Serpent, SHARK, Skipjack, Square, TEA, Threeway, Twofish, XTEA
Stream Ciphers: ARC4, ISAAC, SEAL
Hash Functions: HAVAL, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1,
SHA2-256, SHA2-512, Tiger, Whirlpool
MACs: EMAC, HMAC, MD5-MAC, ANSI X9.19 MAC
Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG
Cipher Modes: CBC w/ Padding, CTS, CFB, OFB, Counter
Packaged by Aleksandar Simic <asimic@gmail.com>.
Diffstat (limited to 'security/botan/patches/patch-ab')
-rw-r--r-- | security/botan/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/botan/patches/patch-ab b/security/botan/patches/patch-ab new file mode 100644 index 00000000000..48314aee80a --- /dev/null +++ b/security/botan/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2006/02/05 01:25:12 rillig Exp $ + +--- modules/tm_posix/tm_posix.cpp.orig 2006-01-01 01:02:28.000000000 +0000 ++++ modules/tm_posix/tm_posix.cpp 2006-02-01 17:27:07.000000000 +0000 +@@ -9,7 +9,7 @@ + + #include <botan/tm_posix.h> + #include <botan/util.h> +-#include <time.h> ++#include <sys/time.h> + + #ifndef CLOCK_REALTIME + #define CLOCK_REALTIME 0 |