OpenVAS Scanner 23.23.1
md4.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Greenbone AG
2 * SPDX-FileCopyrightText: 1997-1998 Andrew Tridgell
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
13#ifndef NASL_MD4_H
14#define NASL_MD4_H
15
16void
17mdfour_ntlmssp (unsigned char *out, const unsigned char *in, int n);
18
19#endif
void mdfour_ntlmssp(unsigned char *out, const unsigned char *in, int n)
Definition md4.c:165