[BACK]Return to mpaux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/mpaux.h, Revision 1.8.2.6

1.8.2.6 ! brad        1: /*     $OpenBSD: mpaux.h,v 1.12 2002/03/04 17:27:39 stevesk Exp $      */
        !             2:
1.1       deraadt     3: /*
1.4       deraadt     4:  * Author: Tatu Ylonen <ylo@cs.hut.fi>
                      5:  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
                      6:  *                    All rights reserved
                      7:  * This file contains various auxiliary functions related to multiple
                      8:  * precision integers.
1.8       deraadt     9:  *
                     10:  * As far as I am concerned, the code I have written for this software
                     11:  * can be used freely for any purpose.  Any derived versions of this
                     12:  * software must be clearly marked as such, and if the derived work is
                     13:  * incompatible with the protocol description in the RFC file, it must be
                     14:  * called by a name other than "ssh" or "Secure Shell".
1.4       deraadt    15:  */
1.1       deraadt    16:
                     17: #ifndef MPAUX_H
                     18: #define MPAUX_H
                     19:
1.8.2.5   miod       20: void    compute_session_id(u_char[16], u_char[8], BIGNUM *, BIGNUM *);
1.1       deraadt    21:
1.4       deraadt    22: #endif                         /* MPAUX_H */