Welcome to mirror list, hosted at ThFree Co, Russian Federation.

null-mac.c « stubs - github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d836704e04aaebabd16159a002d93881a98e329 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Implementation of shared trivial routines that ssh2_mac
 * implementations might use.
 */

#include "ssh.h"

void nullmac_next_message(ssh2_mac *m)
{
    /* Most MACs don't do anything at all with this */
}