forked from openssh/openssh-portable
-
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathcipher-switch.h
More file actions
18 lines (17 loc) · 647 Bytes
/
cipher-switch.h
File metadata and controls
18 lines (17 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
* Copyright (c) 2015 The Board of Trustees of Carnegie Mellon University.
*
* Author: Chris Rapier <rapier@psc.edu>
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the MIT License.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the MIT License for more details.
*
* You should have received a copy of the MIT License along with this library;
* if not, see http://opensource.org/licenses/MIT.
*
*/
void cipher_switch (struct ssh *);