diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2013-11-21 02:50:01 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2013-11-21 02:50:01 +0000 |
commit | 0d5879a3f87dcbf5503a9bab265ffb6b903e43ff (patch) | |
tree | 2ddb432e9d8c53aa1875d0326da57637e0a029c6 /usr.bin/ssh | |
parent | b79aca8921795dc6b8b1d6298bc13a83b4908469 (diff) |
RCSID markers
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/cipher-chachapoly.c | 2 | ||||
-rw-r--r-- | usr.bin/ssh/poly1305.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/ssh/cipher-chachapoly.c b/usr.bin/ssh/cipher-chachapoly.c index c25bb91723b..78ab8335006 100644 --- a/usr.bin/ssh/cipher-chachapoly.c +++ b/usr.bin/ssh/cipher-chachapoly.c @@ -14,6 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/* $OpenBSD: cipher-chachapoly.c,v 1.2 2013/11/21 02:50:00 djm Exp $ */ + #include <sys/types.h> #include <stdarg.h> /* needed for log.h */ #include <string.h> diff --git a/usr.bin/ssh/poly1305.c b/usr.bin/ssh/poly1305.c index 766acdbbded..84d4edb9bd4 100644 --- a/usr.bin/ssh/poly1305.c +++ b/usr.bin/ssh/poly1305.c @@ -3,6 +3,8 @@ * poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna */ +/* $OpenBSD: poly1305.c,v 1.2 2013/11/21 02:50:00 djm Exp $ */ + #include <sys/types.h> #include <stdint.h> |