diff options
Diffstat (limited to 'crypto/external/bsd/openssh/dist/ssh-dss.c')
| -rw-r--r-- | crypto/external/bsd/openssh/dist/ssh-dss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/external/bsd/openssh/dist/ssh-dss.c b/crypto/external/bsd/openssh/dist/ssh-dss.c index 704d272df69..2e8ea571828 100644 --- a/crypto/external/bsd/openssh/dist/ssh-dss.c +++ b/crypto/external/bsd/openssh/dist/ssh-dss.c @@ -1,4 +1,4 @@ -/* $NetBSD: ssh-dss.c,v 1.14 2018/04/06 18:59:00 christos Exp $ */ +/* $NetBSD: ssh-dss.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $ */ /* $OpenBSD: ssh-dss.c,v 1.37 2018/02/07 02:06:51 jsing Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,7 +25,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: ssh-dss.c,v 1.14 2018/04/06 18:59:00 christos Exp $"); +__RCSID("$NetBSD: ssh-dss.c,v 1.15 2019/01/27 02:08:33 pgoyette Exp $"); #include <sys/types.h> #include <openssl/bn.h> |
