blob: 4bc19b7933d23a814af4c0e2d0389a034d5bd273 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
LIBRARY= digestmd5.a
VERS= .1
PLUG_OBJS= digestmd5.o digestmd5_init.o
PLUG_LIBS= -lpkcs11
ENC_FLAGS= -DUSE_UEF_SERVER=1 -DUSE_UEF_CLIENT=1 -DUSE_UEF=1
# include common definitions
include ../../Makefile.com
|