diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-01-06 21:12:00 +0100 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-01-06 21:12:00 +0100 |
commit | 84e6aca5c523768653b751d2d770f0fedcbbe0a9 (patch) | |
tree | 7516d3c4306baf1783d9497d3e60c7ffd671a385 /libssh/crypt.c | |
parent | ebd09873768e872e765744bb07754fc9847e84d9 (diff) | |
download | libssh-84e6aca5c523768653b751d2d770f0fedcbbe0a9.tar.gz libssh-84e6aca5c523768653b751d2d770f0fedcbbe0a9.tar.xz libssh-84e6aca5c523768653b751d2d770f0fedcbbe0a9.zip |
Fixed typos from a* to error.c
Diffstat (limited to 'libssh/crypt.c')
-rw-r--r-- | libssh/crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/crypt.c b/libssh/crypt.c index 2e05146..c42cd35 100644 --- a/libssh/crypt.c +++ b/libssh/crypt.c @@ -179,7 +179,7 @@ unsigned char *packet_encrypt(ssh_session session, void *data, uint32_t len) { * @param mac The mac to compare with the hmac. * * @return 0 if hmac and mac are equal, < 0 if not or an error - * occured. + * occurred. */ int packet_hmac_verify(ssh_session session, ssh_buffer buffer, unsigned char *mac) { |