From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!news-1.dfn.de!news.dfn.de!news.uni-weimar.de!not-for-mail From: Christian Forler Newsgroups: comp.lang.ada Subject: Re: compiler problems with libadacrypt-dev-0.1.3 Date: Thu, 10 Apr 2014 09:27:27 +0200 Organization: Bauhaus-Universitaet Weimar Message-ID: References: <21ec191d-c3ed-4794-8327-2d8b4a7a88b7@googlegroups.com> NNTP-Posting-Host: medsec5.medien.uni-weimar.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: pinkpiglet.scc.uni-weimar.de 1397114848 25138 141.54.178.74 (10 Apr 2014 07:27:28 GMT) X-Complaints-To: news@pinkpiglet.scc.uni-weimar.de NNTP-Posting-Date: Thu, 10 Apr 2014 07:27:28 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0 In-Reply-To: <21ec191d-c3ed-4794-8327-2d8b4a7a88b7@googlegroups.com> X-Original-Bytes: 1774 Xref: number.nntp.dca.giganews.com comp.lang.ada:185647 Date: 2014-04-10T09:27:27+02:00 List-Id: On 08.04.2014 17:57, batoubrioche@googlemail.com wrote: > Am Mittwoch, 2. April 2014 10:54:17 UTC+2 schrieb Christian Forler: >> The library at sourceforge is obsolete. >> >> >> >> Please use the current version from github >> >> >> >> https://github.com/cforler/Ada-Crypto-Library > > Thank you very much Christian. I tried this newer version and now everything works well. > > Are there still any bugs I should be aware of? The defult random source of the build in random number generator is "/dev/urandom". If you work under Windows you have to add a new random soure. Best regards, Christian