[openssh-commits] [openssh] branch master updated (45478898 -> 16dd8b2c)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jul 16 23:23:11 AEST 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 45478898 Hook memmem compat code into build.
new 16dd8b2c upstream: remove mostly vestigal uuencode.[ch]; moving the only unique
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 16dd8b2c78a0de106c7429e2a294d203f6bda3c7
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Jul 16 13:18:39 2019 +0000
upstream: remove mostly vestigal uuencode.[ch]; moving the only unique
functionality there (wrapping of base64-encoded data) to sshbuf functions;
feedback and ok markus@
OpenBSD-Commit-ID: 4dba6735d88c57232f6fccec8a08bdcfea44ac4c
Summary of changes:
Makefile.in | 2 +-
auth2-pubkey.c | 4 +--
ssh-keygen.c | 53 ++++++++++++++++----------------
sshbuf-misc.c | 57 ++++++++++++++++++++++++++++-------
sshbuf.h | 5 ++--
sshkey.c | 27 +++++------------
uuencode.c | 95 ----------------------------------------------------------
uuencode.h | 29 ------------------
8 files changed, 84 insertions(+), 188 deletions(-)
delete mode 100644 uuencode.c
delete mode 100644 uuencode.h
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list