home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / misc / 30020 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.4 KB

  1. Xref: sparky comp.os.os2.misc:30020 comp.os.os2.programmer:4938
  2. Path: sparky!uunet!dtix!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!rommel
  3. From: rommel@Informatik.TU-Muenchen.DE (Kai-Uwe Rommel)
  4. Newsgroups: comp.os.os2.misc,comp.os.os2.programmer
  5. Subject: Re: Crypt?
  6. Message-ID: <1992Sep14.102857.14100@Informatik.TU-Muenchen.DE>
  7. Date: 14 Sep 92 10:28:57 GMT
  8. References: <1992Sep14.053939.4179@unixg.ubc.ca>
  9. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  10. Organization: Technische Universitaet Muenchen, Germany
  11. Lines: 21
  12.  
  13. In article <1992Sep14.053939.4179@unixg.ubc.ca> ochealth@unixg.ubc.ca (ochealth) writes:
  14. >
  15. >Has anyone managed to get Gnu crypt recently added to the GNU library
  16. >to compile? I can compile, using EMX but the test programs claim
  17. >that crypt isn't working properly. Will crypt be added to EMX or GCC/2
  18. >soon?
  19.  
  20. The GNU crypt routines work fine with EMX (and IBM C Set/2 too, BTW).
  21. The problem you discovered is not in crypt but in the EMX C library. The
  22. particular use of scanf in the get8 routine in cert.c does not work
  23. with the EMX C library. After fixing that, cert.c worked fine and all
  24. tests passed.
  25.  
  26. The fix will hopefully be in emx 0.8e which is not far away, BTW.
  27.  
  28. Kai Uwe Rommel
  29.  
  30. /* Kai Uwe Rommel --- rommel@informatik.tu-muenchen.de */
  31.  
  32. DOS ... is still a real mode only non-reentrant interrupt
  33. handler, and always will be.                -Russell Williams
  34.