aboutsummaryrefslogtreecommitdiff
path: root/rpc_pkcs1.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2018-05-20 19:15:58 -0400
committerRob Austein <sra@hactrn.net>2018-05-20 19:15:58 -0400
commit31c072187ecdedc03f04c4c3d2cb389c0c499a07 (patch)
tree3d4f5da9db980651b0050e540c622c572f45a169 /rpc_pkcs1.c
parente6bdf57820121b6eac9f35c8ef53a4e7a76205e1 (diff)
Drop <assert.h> now that everything should be using hal_assert() instead.
Diffstat (limited to 'rpc_pkcs1.c')
-rw-r--r--rpc_pkcs1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpc_pkcs1.c b/rpc_pkcs1.c
index 96bd296..1cf5cfd 100644
--- a/rpc_pkcs1.c
+++ b/rpc_pkcs1.c
@@ -32,8 +32,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <assert.h>
-
#include "hal.h"
#include "hal_internal.h"