aboutsummaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-06-17 10:19:40 -0400
committerNick Mathewson <nickm@torproject.org>2015-06-17 10:19:40 -0400
commit8d44ce910ddb00d6a9c18b912f2b027f822e5dc1 (patch)
tree901c4fac45c472d527ffeda5c91abac714fe39d3 /src/ext/README
parentd68133c745ccecf2baf86fad08bfd40070c7368c (diff)
downloadtor-8d44ce910ddb00d6a9c18b912f2b027f822e5dc1.tar.gz
tor-8d44ce910ddb00d6a9c18b912f2b027f822e5dc1.zip
Add readpassphrase.c in src/ext
This is taken verbatim from openssh 6.8p1, which appears to have lightly tweaked it from the openbsd version.
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README
index 616716e099..b52c74d627 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -60,4 +60,7 @@ ed25519/ref10/*
Daniel Bernsten's portable ref10 implementation of ed25519.
Public domain.
+readpassphrase.[ch]
+ Portable readpassphrase implementation from OpenSSH portable, version
+ 6.8p1.