diff options
author | Ingela Anderton Andin <[email protected]> | 2011-10-06 17:37:02 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2011-11-01 16:46:26 +0100 |
commit | ca4d1197fdf66fda5241edd645c12d2451b67ec8 (patch) | |
tree | 98ea5d5ab9fedc9a3a263750402c4d3d7464baf8 /lib/public_key/test/Makefile | |
parent | d5ebc4c1409284e0a343a64edf7d75308a1b3dd2 (diff) | |
download | otp-ca4d1197fdf66fda5241edd645c12d2451b67ec8.tar.gz otp-ca4d1197fdf66fda5241edd645c12d2451b67ec8.tar.bz2 otp-ca4d1197fdf66fda5241edd645c12d2451b67ec8.zip |
Add PKCS-8 support to public_key
Diffstat (limited to 'lib/public_key/test/Makefile')
-rw-r--r-- | lib/public_key/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public_key/test/Makefile b/lib/public_key/test/Makefile index 6889ae9a8a..b7f91981a5 100644 --- a/lib/public_key/test/Makefile +++ b/lib/public_key/test/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2008-2010. All Rights Reserved. +# Copyright Ericsson AB 2008-2011. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -30,6 +30,7 @@ INCLUDES= -I. -I ../include MODULES= \ erl_make_certs \ public_key_SUITE \ + pbe_SUITE \ pkits_SUITE ERL_FILES= $(MODULES:%=%.erl) |