diff options
author | ddomingo <ddomingo@redhat.com> | 2009-02-04 13:41:00 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-02-04 13:41:00 +1000 |
commit | 690fe9521db69b121831fe517f9a18b9b331056a (patch) | |
tree | 71e8afcc057082080d4580769c787362a6d7c739 /mdfour.h | |
parent | f957a91def475d965b1895e2a483468f1708784c (diff) | |
parent | 0c5f581277ead60f4aaf00f44ef43f89fb387835 (diff) | |
download | systemtap-steved-690fe9521db69b121831fe517f9a18b9b331056a.tar.gz systemtap-steved-690fe9521db69b121831fe517f9a18b9b331056a.tar.xz systemtap-steved-690fe9521db69b121831fe517f9a18b9b331056a.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'mdfour.h')
-rw-r--r-- | mdfour.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -34,6 +34,4 @@ void mdfour_update(struct mdfour *md, const unsigned char *in, int n); void mdfour_result(struct mdfour *md, unsigned char *out); void mdfour(unsigned char *out, const unsigned char *in, int n); - - - +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ |