]> andersk Git - openssh.git/blame - crc32.h
- markus@cvs.openbsd.org 2003/02/12 09:33:04
[openssh.git] / crc32.h
CommitLineData
93c3b6de 1/* $OpenBSD: crc32.h,v 1.13 2002/03/04 17:27:39 stevesk Exp $ */
2
8efc0c15 3/*
5260325f 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
f3c7c613 5 * Copyright (c) 1992 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5260325f 6 * All rights reserved
5260325f 7 * Functions for computing 32-bit CRC.
6ae2364d 8 *
bcbf86ec 9 * As far as I am concerned, the code I have written for this software
10 * can be used freely for any purpose. Any derived versions of this
11 * software must be clearly marked as such, and if the derived work is
12 * incompatible with the protocol description in the RFC file, it must be
13 * called by a name other than "ssh" or "Secure Shell".
5260325f 14 */
8efc0c15 15
8efc0c15 16#ifndef CRC32_H
17#define CRC32_H
18
255cabd9 19u_int ssh_crc32(const u_char *, u_int);
8efc0c15 20
5260325f 21#endif /* CRC32_H */
This page took 0.148442 seconds and 5 git commands to generate.