Skip to content

Commit

Permalink
circuits: Fix build with -DCRYPTO_IN_CIRCUIT=true (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n authored Jul 20, 2022
1 parent 9e5348c commit f1f46ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions emp-tool/circuits/aes_128_ctr.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "emp-tool/circuits/circuit_file.h"
#include <stdio.h>
#include <fstream>
#include <memory>

#include <openssl/evp.h>
#include <stdlib.h>
Expand Down
1 change: 1 addition & 0 deletions emp-tool/circuits/sha3_256.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "emp-tool/circuits/circuit_file.h"
#include <stdio.h>
#include <fstream>
#include <memory>

#include <openssl/evp.h>
#include <stdlib.h>
Expand Down

0 comments on commit f1f46ff

Please sign in to comment.