[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Add missing Cryptography plugins to squeak builds (#513)

Fabio Niephaus notifications at github.com
Tue Jul 14 17:05:22 UTC 2020


@fniephaus requested changes on this pull request.



> @@ -16,3 +16,6 @@ XDisplayControlPlugin \
 #BochsIA32Plugin \
 #BochsX64Plugin \
 #GdbARMPlugin
+DESPlugin \
+MD5Plugin \
+SHA2Plugin \

Not sure these files are allowed to end with an ` \`. More importantly, these three new items must be listed *before* the first `#`. Currently, they are unfortunately all commented out. Yes, the syntax of this file is terrible!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/513#pullrequestreview-448298510
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20200714/35e4a865/attachment.html>


More information about the Vm-dev mailing list