public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: yselkowitz@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [crypt - a library implementing the hopelessly outdated 56 bit DES encryption] branch master, updated. crypt-2_0-release-2-g1d1bc22
Date: Sun, 03 Sep 2017 07:18:00 -0000	[thread overview]
Message-ID: <20170903071801.74686.qmail@sourceware.org> (raw)




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/crypt.git;h=1d1bc2287385a6bd7bef92a85041a1e0b5b77f41

commit 1d1bc2287385a6bd7bef92a85041a1e0b5b77f41
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Sun Sep 3 02:14:50 2017 -0500

    Release 2.1

https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/crypt.git;h=aa0eb2c6637601ea9593175d46c5cf13e8dcebe0

commit aa0eb2c6637601ea9593175d46c5cf13e8dcebe0
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Sun Sep 3 01:04:05 2017 -0500

    Fix setkey declaration


Diff:
---
 crypt.README |    2 +-
 crypt.h      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypt.README b/crypt.README
index 0467dc1..31f576e 100644
--- a/crypt.README
+++ b/crypt.README
@@ -1,4 +1,4 @@
-This is the crypt package Version 2.0
+This is the crypt package Version 2.1
 
 It provides a static library libcrypt.a as well as a shared library
 cygcrypt-0.dll together with a link lib libcrypt.dll.a, which export
diff --git a/crypt.h b/crypt.h
index 921e45a..668a0bc 100644
--- a/crypt.h
+++ b/crypt.h
@@ -6,7 +6,7 @@ extern "C" {
 #endif
 
 void encrypt(char *, int);
-void setkey(char *);
+void setkey(const char *);
 char *crypt(const char *, const char *);
 
 #ifdef _GNU_SOURCE


                 reply	other threads:[~2017-09-03  7:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170903071801.74686.qmail@sourceware.org \
    --to=yselkowitz@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).