Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. gcc main.c -o hmac -lssl -lcrypto
  4. valgrind --leak-check=full --show-leak-kinds=all ./hmac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement