IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 3:13:54 PM (19 years ago)
Author:
Paul Price
Message:

Pulling out openssl/crypto dependency (we've had SO much trouble getting it to behave with us) in favour of libmd5-rfc. I put the source code (from sourceforge.net/projects/libmd5-rfc/) directly into the tree, because the original distribution doesn't build a library, and we don't want the user to have to go and grab it. The license (zlib/libpng) is compatible with the GPL, so no problems there. Changed the source code a little bit so that it behaves a little bit better with 32/64 bit issues ('unsigned int' --> 'uint32_t'), and got it to use the autoconf WORDS_BIGENDIAN flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/Makefile.am

    r11669 r12502  
    2626        psStats.c \
    2727        psHistogram.c \
    28         psVectorSmooth.c
     28        psVectorSmooth.c \
     29        md5.c
    2930
    3031EXTRA_DIST = math.i
     
    5556        psVectorSmooth.h
    5657
     58noinst_HEADERS = \
     59        md5.h
     60
    5761CLEANFILES = *~ *.bb *.bbg *.da
Note: See TracChangeset for help on using the changeset viewer.