diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-01-01 17:04:34 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-08-24 22:10:06 -0700 |
commit | 56db74c9a41ed0ec7e2b375c3b8645445738ddb2 (patch) | |
tree | 4a9b70aec20952eb51b424ea89b1ae2fa211519c | |
parent | 124965cc6607aacf1c8a292e9d9bd1b8f2ea5ca4 (diff) | |
download | mc-56db74c9a41ed0ec7e2b375c3b8645445738ddb2.tar.gz |
Add a bldfile.
-rw-r--r-- | libcryptohash/bldfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libcryptohash/bldfile b/libcryptohash/bldfile new file mode 100644 index 0000000..f78c23b --- /dev/null +++ b/libcryptohash/bldfile @@ -0,0 +1,6 @@ +lib cryptohash = + md5.myr + sha1.myr + sha256.myr + sha512.myr +;; |