<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Try setting the environment variable OPENSSL_armcap=0 to disable
    that code.<br>
    <br>
    The code in OPENSSL_cpuid_setup assumes it can trap SIGILL and
    continue if the instruction is unable to be performed.<br>
    You can just continue in gdb and the handler in OPENSSL_cpuid_setup
    should let it through - and that should function correctly.<br>
    <br>
    You would normally (for this) use something like the following in
    gdb to let that happen:<br>
    <br>
    handle SIGILL pass<br>
    <br>
    Tim.<br>
    <br>
    <br>
    On 6/05/2013 10:09 PM, allan George wrote:
    <blockquote
cite="mid:CAB94n=eZ+W0_69EQtr=T2GYCBj_9cTqTrzs8KMWC6vUQjRXFqA@mail.gmail.com"
      type="cite">
      <div>Package: openssl</div>
      <div>Version: 1.0.1e</div>
      <div>Version: 1.0.0g</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>I am also facing some problem with openssl. I tried both</div>
      <div>openssl-1.0.1e.tar.gz</div>
      <div>openssl-1.0.0g.tar.gz</div>
      <div><br>
      </div>
      <div>I have mentioned my problem here :---</div>
      <div><a moz-do-not-send="true"
href="http://stackoverflow.com/questions/16393414/how-to-get-rid-of-openssl-error">http://stackoverflow.com/questions/16393414/how-to-get-rid-of-openssl-error</a></div>
      <div><br>
      </div>
      <div>Is it possible to resolve this problem ? Or problem is with
        Raspbian package ?</div>
      <div><br>
      </div>
      <div>Please suggest.</div>
      <div><br>
      </div>
      <div>//Allan</div>
      <div><br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Pkg-openssl-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pkg-openssl-devel@lists.alioth.debian.org">Pkg-openssl-devel@lists.alioth.debian.org</a>
<a class="moz-txt-link-freetext" href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-openssl-devel">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-openssl-devel</a></pre>
    </blockquote>
    <br>
  </body>
</html>