diff options
author | Damien Miller <djm@mindrot.org> | 2013-11-08 02:16:49 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-11-08 02:16:49 +0100 |
commit | 690d989008e18af3603a5e03f1276c9bad090370 (patch) | |
tree | 60dc95d5ad849ee6600da56ac4635b42740aad60 /mac.h | |
parent | - dtucker@cvs.openbsd.org 2013/11/08 01:06:14 (diff) | |
download | openssh-690d989008e18af3603a5e03f1276c9bad090370.tar.xz openssh-690d989008e18af3603a5e03f1276c9bad090370.zip |
- dtucker@cvs.openbsd.org 2013/11/07 11:58:27
[cipher.c cipher.h kex.c kex.h mac.c mac.h servconf.c ssh.c]
Output the effective values of Ciphers, MACs and KexAlgorithms when
the default has not been overridden. ok markus@
Diffstat (limited to 'mac.h')
-rw-r--r-- | mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: mac.h,v 1.7 2013/04/19 01:06:50 djm Exp $ */ +/* $OpenBSD: mac.h,v 1.8 2013/11/07 11:58:27 dtucker Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -24,7 +24,7 @@ */ int mac_valid(const char *); -char *mac_alg_list(void); +char *mac_alg_list(char); int mac_setup(Mac *, char *); int mac_init(Mac *); u_char *mac_compute(Mac *, u_int32_t, u_char *, int); |