summaryrefslogtreecommitdiff
path: root/sysutils/pwsafe/files/patch-pwsafe.cpp
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2015-06-17 09:01:03 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2015-06-17 09:01:03 +0000
commit067ac32879d2af31d24981aedd6a6d1b74001b89 (patch)
treecbf08c209a3b44becb2a9a58624beb14e0359d51 /sysutils/pwsafe/files/patch-pwsafe.cpp
parentscience/clhep: Update version 2.2.0.6=>2.2.0.8 (diff)
- Take back port, I'm actively working on it
- While at it, makepatch-ify files and add LICENSE
Notes
Notes: svn path=/head/; revision=389902
Diffstat (limited to 'sysutils/pwsafe/files/patch-pwsafe.cpp')
-rw-r--r--sysutils/pwsafe/files/patch-pwsafe.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/pwsafe/files/patch-pwsafe.cpp b/sysutils/pwsafe/files/patch-pwsafe.cpp
index 0892e0a44999..6fd4bcb765a4 100644
--- a/sysutils/pwsafe/files/patch-pwsafe.cpp
+++ b/sysutils/pwsafe/files/patch-pwsafe.cpp
@@ -1,6 +1,6 @@
---- pwsafe.cpp.orig 2005-09-30 12:30:56.000000000 +0200
-+++ pwsafe.cpp 2014-09-17 15:44:48.000000000 +0200
-@@ -1019,7 +1019,12 @@
+--- pwsafe.cpp.orig 2005-09-30 10:30:56 UTC
++++ pwsafe.cpp
+@@ -1019,7 +1019,12 @@ int main(int argc, char **argv) {
// seed the random number generator
char rng_filename[1024];
if (RAND_file_name(rng_filename,sizeof(rng_filename))) {
@@ -14,7 +14,7 @@
if (rc) {
if (arg_verbose > 0) printf("rng seeded with %d bytes from %s\n", rc, rng_filename);
} else {
-@@ -2111,7 +2116,7 @@
+@@ -2111,7 +2116,7 @@ static secstring xmlescape(const secstri
case '"': out += "&quot;"; break;
case '&': out += "&amp;"; break;
case '<': out += "&lt;"; break;