Windows: Add missing export for libhcrypto-exports.def
authorAsanka C. Herath <asanka@secure-endpoints.com>
Sat, 18 Sep 2010 19:39:25 +0000 (15:39 -0400)
committerAsanka C. Herath <asanka@secure-endpoints.com>
Sun, 19 Sep 2010 03:41:53 +0000 (23:41 -0400)
lib/hcrypto/NTMakefile
lib/hcrypto/libhcrypto-exports.def

index a0545dd02c4eeb48ee7df696ff47d1cc4484277c..a8d120a90758f8f29f3257c028e232e0d7a332c1 100644 (file)
@@ -123,8 +123,8 @@ libhcrypto_OBJs =                   \
        $(OBJ)\rsa-ltm.obj              \
        $(OBJ)\sha.obj                  \
        $(OBJ)\sha256.obj               \
-       $(OBJ)\validate.obj             \
-       $(OBJ)\ui.obj
+       $(OBJ)\ui.obj                   \
+       $(OBJ)\validate.obj
 
 $(LIBHCRYPTO): $(libhcrypto_OBJs)
        $(LIBCON)
index d9566370deb56a7271d708d50231c95d62c2e125..440acfea3053e4fd0ad66fd66915b8abcc5fdf57 100644 (file)
@@ -282,3 +282,5 @@ EXPORTS
        hc_EVP_CipherUpdate
        hc_EVP_CipherFinal_ex
 
+        hc_hcrypto_validate
+