summaryrefslogtreecommitdiff
path: root/src/skey/sha1.h
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-06 19:14:03 -0300
committerPerberos <[email protected]>2011-11-06 19:14:03 -0300
commitf2a13175e5a3a38d1340d2fff5e03f8c2e0d8f8e (patch)
tree5bc248a29ae93e5534428e6908a94d50d419ceb9 /src/skey/sha1.h
parentdef492f92d29f294c62d94ef562dd6271bd9b84b (diff)
downloadmate-terminal-f2a13175e5a3a38d1340d2fff5e03f8c2e0d8f8e.tar.bz2
mate-terminal-f2a13175e5a3a38d1340d2fff5e03f8c2e0d8f8e.tar.xz
aplicando formato allman
Diffstat (limited to 'src/skey/sha1.h')
-rw-r--r--src/skey/sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skey/sha1.h b/src/skey/sha1.h
index 7feed07..c7764e8 100644
--- a/src/skey/sha1.h
+++ b/src/skey/sha1.h
@@ -2,7 +2,7 @@
#define _SHA1_H
#include <glib.h>
-
+
int SHA1Keycrunch(char *result, const char *seed, const char *passphrase);
void SHA1SKey(char *x);