commit | 0e7fc3166de7d678f4c849263a4e708ffc676622 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Jul 17 11:23:12 2019 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Mon Sep 09 09:45:57 2019 +0100 |
tree | c7a7334ea815f249362b7f1194dd4cbb1c4d2afa | |
parent | 530387eaa3f488ef6edd00a2df1f940c8fa15fec [diff] [blame] |
Inline md_wrap.c in md.c md_wrap.c doesn't expose any public functionality and doesn't need to be present as a separate compilation unit.
diff --git a/library/md.c b/library/md.c index 3bb4baf..e1d7e9d 100644 --- a/library/md.c +++ b/library/md.c
@@ -49,6 +49,8 @@ #include <stdio.h> #endif +#include "md_wrap.c" + /* * Reminder: update profiles in x509_crt.c when adding a new hash! */