commit | 462569de428a4b5eb4fa226e9e061798c9112d96 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Tue May 24 10:29:19 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Tue May 24 10:31:09 2022 +0000 |
tree | bbd94dfbe6519324cc0a5947c6ff9366bb4161ac | |
parent | 40bf2dc3d7e4216ac5216e29dcb3c41ae1b5df23 [diff] [blame] |
idsig: Migrate from ring to the openssl crate Bug: 232676161 Test: atest libidsig.test Change-Id: Icdda672a802e24f13ca071312d40bc1b44665155
diff --git a/libs/idsig/Android.bp b/libs/idsig/Android.bp index 3f70a64..2e9c663 100644 --- a/libs/idsig/Android.bp +++ b/libs/idsig/Android.bp
@@ -11,8 +11,8 @@ rustlibs: [ "libanyhow", "libbyteorder", - "libring", "libnum_traits", + "libopenssl", ], proc_macros: ["libnum_derive"], }