freebsd-dev/crypto/openssh/umac128.c
Dag-Erling Smørgrav 6888a9be56 Upgrade to OpenSSH 6.2p1. The most important new features are support
for a key revocation list and more fine-grained authentication control.
2013-03-22 17:55:38 +00:00

8 lines
214 B
C

/* $FreeBSD$ */
#define UMAC_OUTPUT_LEN 16
#define umac_new ssh_umac128_new
#define umac_update ssh_umac128_update
#define umac_final ssh_umac128_final
#define umac_delete ssh_umac128_delete
#include "umac.c"