diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-06-17 10:19:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-06-17 10:19:40 -0400 |
commit | 8d44ce910ddb00d6a9c18b912f2b027f822e5dc1 (patch) | |
tree | 901c4fac45c472d527ffeda5c91abac714fe39d3 /src/ext/include.am | |
parent | d68133c745ccecf2baf86fad08bfd40070c7368c (diff) | |
download | tor-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/include.am')
-rw-r--r-- | src/ext/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/include.am b/src/ext/include.am index 576fd4efb8..f0bfbb791f 100644 --- a/src/ext/include.am +++ b/src/ext/include.am @@ -7,6 +7,7 @@ EXTHEADERS = \ src/ext/ht.h \ src/ext/eventdns.h \ src/ext/tinytest.h \ + src/ext/readpassphrase.h \ src/ext/strlcat.c \ src/ext/strlcpy.c \ src/ext/tinytest_macros.h \ |