aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/digest.c
diff options
context:
space:
mode:
authorDoug Hogan <[email protected]>2019-01-05 13:53:27 -0800
committerDoug Hogan <[email protected]>2019-01-08 01:11:59 -0800
commit5d74968a66fa50d5f813ece1e52b7f4fa1c29765 (patch)
tree1b1bdbede7c0b6029af6628df98dd5fee2aa817d /lib/crypto/c_src/digest.c
parent6adfb6fad528c5f716a9186f95959b468652ba1d (diff)
downloadotp-5d74968a66fa50d5f813ece1e52b7f4fa1c29765.tar.gz
otp-5d74968a66fa50d5f813ece1e52b7f4fa1c29765.tar.bz2
otp-5d74968a66fa50d5f813ece1e52b7f4fa1c29765.zip
Explicitly set all of the fields in digest_types
Diffstat (limited to 'lib/crypto/c_src/digest.c')
-rw-r--r--lib/crypto/c_src/digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/c_src/digest.c b/lib/crypto/c_src/digest.c
index 9e6199030d..00ba65bf54 100644
--- a/lib/crypto/c_src/digest.c
+++ b/lib/crypto/c_src/digest.c
@@ -83,7 +83,7 @@ static struct digest_type_t digest_types[] =
#endif
},
- {{NULL}}
+ {{NULL}, {NULL}}
};
void init_digest_types(ErlNifEnv* env)