From 607d174dcbe1072d51945e46f3dfdc4c314539f1 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 10 May 2006 07:33:51 +0000 Subject: [PATCH] --- src/{charon => }/lib/Makefile.lib | 0 src/{charon => }/lib/asn1/Makefile.asn1 | 0 src/{charon => }/lib/asn1/asn1.c | 0 src/{charon => }/lib/asn1/asn1.h | 0 src/{charon => }/lib/asn1/oid.c | 0 src/{charon => }/lib/asn1/oid.h | 0 src/{charon => }/lib/asn1/oid.pl | 0 src/{charon => }/lib/asn1/oid.txt | 0 src/{charon => }/lib/asn1/pem.c | 0 src/{charon => }/lib/asn1/pem.h | 0 src/{charon => }/lib/asn1/ttodata.c | 0 src/{charon => }/lib/asn1/ttodata.h | 0 src/{charon => }/lib/crypto/Makefile.transforms | 0 src/{charon => }/lib/crypto/crypters/Makefile.crypters | 0 src/{charon => }/lib/crypto/crypters/aes_cbc_crypter.c | 0 src/{charon => }/lib/crypto/crypters/aes_cbc_crypter.h | 0 src/{charon => }/lib/crypto/crypters/crypter.c | 0 src/{charon => }/lib/crypto/crypters/crypter.h | 0 src/{charon => }/lib/crypto/diffie_hellman.c | 0 src/{charon => }/lib/crypto/diffie_hellman.h | 0 src/{charon => }/lib/crypto/hashers/Makefile.hashers | 0 src/{charon => }/lib/crypto/hashers/hasher.c | 0 src/{charon => }/lib/crypto/hashers/hasher.h | 0 src/{charon => }/lib/crypto/hashers/md5_hasher.c | 0 src/{charon => }/lib/crypto/hashers/md5_hasher.h | 0 src/{charon => }/lib/crypto/hashers/sha1_hasher.c | 0 src/{charon => }/lib/crypto/hashers/sha1_hasher.h | 0 src/{charon => }/lib/crypto/hmac.c | 0 src/{charon => }/lib/crypto/hmac.h | 0 src/{charon => }/lib/crypto/prf_plus.c | 0 src/{charon => }/lib/crypto/prf_plus.h | 0 src/{charon => }/lib/crypto/prfs/Makefile.prfs | 0 src/{charon => }/lib/crypto/prfs/hmac_prf.c | 0 src/{charon => }/lib/crypto/prfs/hmac_prf.h | 0 src/{charon => }/lib/crypto/prfs/prf.c | 0 src/{charon => }/lib/crypto/prfs/prf.h | 0 src/{charon => }/lib/crypto/rsa/Makefile.rsa | 0 src/{charon => }/lib/crypto/rsa/rsa_private_key.c | 0 src/{charon => }/lib/crypto/rsa/rsa_private_key.h | 0 src/{charon => }/lib/crypto/rsa/rsa_public_key.c | 0 src/{charon => }/lib/crypto/rsa/rsa_public_key.h | 0 src/{charon => }/lib/crypto/signers/Makefile.signers | 0 src/{charon => }/lib/crypto/signers/hmac_signer.c | 0 src/{charon => }/lib/crypto/signers/hmac_signer.h | 0 src/{charon => }/lib/crypto/signers/signer.c | 0 src/{charon => }/lib/crypto/signers/signer.h | 0 src/{charon => }/lib/crypto/x509.c | 0 src/{charon => }/lib/crypto/x509.h | 0 src/{charon => }/lib/definitions.c | 0 src/{charon => }/lib/definitions.h | 0 src/{charon => }/lib/library.c | 0 src/{charon => }/lib/library.h | 0 src/{charon => }/lib/types.c | 0 src/{charon => }/lib/types.h | 0 src/{charon => }/lib/utils/Makefile.utils | 0 src/{charon => }/lib/utils/host.c | 0 src/{charon => }/lib/utils/host.h | 0 src/{charon => }/lib/utils/identification.c | 0 src/{charon => }/lib/utils/identification.h | 0 src/{charon => }/lib/utils/iterator.h | 0 src/{charon => }/lib/utils/leak_detective.c | 0 src/{charon => }/lib/utils/leak_detective.h | 0 src/{charon => }/lib/utils/lexparser.c | 0 src/{charon => }/lib/utils/lexparser.h | 0 src/{charon => }/lib/utils/linked_list.c | 0 src/{charon => }/lib/utils/linked_list.h | 0 src/{charon => }/lib/utils/logger.c | 0 src/{charon => }/lib/utils/logger.h | 0 src/{charon => }/lib/utils/logger_manager.c | 0 src/{charon => }/lib/utils/logger_manager.h | 0 src/{charon => }/lib/utils/randomizer.c | 0 src/{charon => }/lib/utils/randomizer.h | 0 src/{charon => }/lib/utils/tester.c | 0 src/{charon => }/lib/utils/tester.h | 0 74 files changed, 0 insertions(+), 0 deletions(-) rename src/{charon => }/lib/Makefile.lib (100%) rename src/{charon => }/lib/asn1/Makefile.asn1 (100%) rename src/{charon => }/lib/asn1/asn1.c (100%) rename src/{charon => }/lib/asn1/asn1.h (100%) rename src/{charon => }/lib/asn1/oid.c (100%) rename src/{charon => }/lib/asn1/oid.h (100%) rename src/{charon => }/lib/asn1/oid.pl (100%) rename src/{charon => }/lib/asn1/oid.txt (100%) rename src/{charon => }/lib/asn1/pem.c (100%) rename src/{charon => }/lib/asn1/pem.h (100%) rename src/{charon => }/lib/asn1/ttodata.c (100%) rename src/{charon => }/lib/asn1/ttodata.h (100%) rename src/{charon => }/lib/crypto/Makefile.transforms (100%) rename src/{charon => }/lib/crypto/crypters/Makefile.crypters (100%) rename src/{charon => }/lib/crypto/crypters/aes_cbc_crypter.c (100%) rename src/{charon => }/lib/crypto/crypters/aes_cbc_crypter.h (100%) rename src/{charon => }/lib/crypto/crypters/crypter.c (100%) rename src/{charon => }/lib/crypto/crypters/crypter.h (100%) rename src/{charon => }/lib/crypto/diffie_hellman.c (100%) rename src/{charon => }/lib/crypto/diffie_hellman.h (100%) rename src/{charon => }/lib/crypto/hashers/Makefile.hashers (100%) rename src/{charon => }/lib/crypto/hashers/hasher.c (100%) rename src/{charon => }/lib/crypto/hashers/hasher.h (100%) rename src/{charon => }/lib/crypto/hashers/md5_hasher.c (100%) rename src/{charon => }/lib/crypto/hashers/md5_hasher.h (100%) rename src/{charon => }/lib/crypto/hashers/sha1_hasher.c (100%) rename src/{charon => }/lib/crypto/hashers/sha1_hasher.h (100%) rename src/{charon => }/lib/crypto/hmac.c (100%) rename src/{charon => }/lib/crypto/hmac.h (100%) rename src/{charon => }/lib/crypto/prf_plus.c (100%) rename src/{charon => }/lib/crypto/prf_plus.h (100%) rename src/{charon => }/lib/crypto/prfs/Makefile.prfs (100%) rename src/{charon => }/lib/crypto/prfs/hmac_prf.c (100%) rename src/{charon => }/lib/crypto/prfs/hmac_prf.h (100%) rename src/{charon => }/lib/crypto/prfs/prf.c (100%) rename src/{charon => }/lib/crypto/prfs/prf.h (100%) rename src/{charon => }/lib/crypto/rsa/Makefile.rsa (100%) rename src/{charon => }/lib/crypto/rsa/rsa_private_key.c (100%) rename src/{charon => }/lib/crypto/rsa/rsa_private_key.h (100%) rename src/{charon => }/lib/crypto/rsa/rsa_public_key.c (100%) rename src/{charon => }/lib/crypto/rsa/rsa_public_key.h (100%) rename src/{charon => }/lib/crypto/signers/Makefile.signers (100%) rename src/{charon => }/lib/crypto/signers/hmac_signer.c (100%) rename src/{charon => }/lib/crypto/signers/hmac_signer.h (100%) rename src/{charon => }/lib/crypto/signers/signer.c (100%) rename src/{charon => }/lib/crypto/signers/signer.h (100%) rename src/{charon => }/lib/crypto/x509.c (100%) rename src/{charon => }/lib/crypto/x509.h (100%) rename src/{charon => }/lib/definitions.c (100%) rename src/{charon => }/lib/definitions.h (100%) rename src/{charon => }/lib/library.c (100%) rename src/{charon => }/lib/library.h (100%) rename src/{charon => }/lib/types.c (100%) rename src/{charon => }/lib/types.h (100%) rename src/{charon => }/lib/utils/Makefile.utils (100%) rename src/{charon => }/lib/utils/host.c (100%) rename src/{charon => }/lib/utils/host.h (100%) rename src/{charon => }/lib/utils/identification.c (100%) rename src/{charon => }/lib/utils/identification.h (100%) rename src/{charon => }/lib/utils/iterator.h (100%) rename src/{charon => }/lib/utils/leak_detective.c (100%) rename src/{charon => }/lib/utils/leak_detective.h (100%) rename src/{charon => }/lib/utils/lexparser.c (100%) rename src/{charon => }/lib/utils/lexparser.h (100%) rename src/{charon => }/lib/utils/linked_list.c (100%) rename src/{charon => }/lib/utils/linked_list.h (100%) rename src/{charon => }/lib/utils/logger.c (100%) rename src/{charon => }/lib/utils/logger.h (100%) rename src/{charon => }/lib/utils/logger_manager.c (100%) rename src/{charon => }/lib/utils/logger_manager.h (100%) rename src/{charon => }/lib/utils/randomizer.c (100%) rename src/{charon => }/lib/utils/randomizer.h (100%) rename src/{charon => }/lib/utils/tester.c (100%) rename src/{charon => }/lib/utils/tester.h (100%) diff --git a/src/charon/lib/Makefile.lib b/src/lib/Makefile.lib similarity index 100% rename from src/charon/lib/Makefile.lib rename to src/lib/Makefile.lib diff --git a/src/charon/lib/asn1/Makefile.asn1 b/src/lib/asn1/Makefile.asn1 similarity index 100% rename from src/charon/lib/asn1/Makefile.asn1 rename to src/lib/asn1/Makefile.asn1 diff --git a/src/charon/lib/asn1/asn1.c b/src/lib/asn1/asn1.c similarity index 100% rename from src/charon/lib/asn1/asn1.c rename to src/lib/asn1/asn1.c diff --git a/src/charon/lib/asn1/asn1.h b/src/lib/asn1/asn1.h similarity index 100% rename from src/charon/lib/asn1/asn1.h rename to src/lib/asn1/asn1.h diff --git a/src/charon/lib/asn1/oid.c b/src/lib/asn1/oid.c similarity index 100% rename from src/charon/lib/asn1/oid.c rename to src/lib/asn1/oid.c diff --git a/src/charon/lib/asn1/oid.h b/src/lib/asn1/oid.h similarity index 100% rename from src/charon/lib/asn1/oid.h rename to src/lib/asn1/oid.h diff --git a/src/charon/lib/asn1/oid.pl b/src/lib/asn1/oid.pl similarity index 100% rename from src/charon/lib/asn1/oid.pl rename to src/lib/asn1/oid.pl diff --git a/src/charon/lib/asn1/oid.txt b/src/lib/asn1/oid.txt similarity index 100% rename from src/charon/lib/asn1/oid.txt rename to src/lib/asn1/oid.txt diff --git a/src/charon/lib/asn1/pem.c b/src/lib/asn1/pem.c similarity index 100% rename from src/charon/lib/asn1/pem.c rename to src/lib/asn1/pem.c diff --git a/src/charon/lib/asn1/pem.h b/src/lib/asn1/pem.h similarity index 100% rename from src/charon/lib/asn1/pem.h rename to src/lib/asn1/pem.h diff --git a/src/charon/lib/asn1/ttodata.c b/src/lib/asn1/ttodata.c similarity index 100% rename from src/charon/lib/asn1/ttodata.c rename to src/lib/asn1/ttodata.c diff --git a/src/charon/lib/asn1/ttodata.h b/src/lib/asn1/ttodata.h similarity index 100% rename from src/charon/lib/asn1/ttodata.h rename to src/lib/asn1/ttodata.h diff --git a/src/charon/lib/crypto/Makefile.transforms b/src/lib/crypto/Makefile.transforms similarity index 100% rename from src/charon/lib/crypto/Makefile.transforms rename to src/lib/crypto/Makefile.transforms diff --git a/src/charon/lib/crypto/crypters/Makefile.crypters b/src/lib/crypto/crypters/Makefile.crypters similarity index 100% rename from src/charon/lib/crypto/crypters/Makefile.crypters rename to src/lib/crypto/crypters/Makefile.crypters diff --git a/src/charon/lib/crypto/crypters/aes_cbc_crypter.c b/src/lib/crypto/crypters/aes_cbc_crypter.c similarity index 100% rename from src/charon/lib/crypto/crypters/aes_cbc_crypter.c rename to src/lib/crypto/crypters/aes_cbc_crypter.c diff --git a/src/charon/lib/crypto/crypters/aes_cbc_crypter.h b/src/lib/crypto/crypters/aes_cbc_crypter.h similarity index 100% rename from src/charon/lib/crypto/crypters/aes_cbc_crypter.h rename to src/lib/crypto/crypters/aes_cbc_crypter.h diff --git a/src/charon/lib/crypto/crypters/crypter.c b/src/lib/crypto/crypters/crypter.c similarity index 100% rename from src/charon/lib/crypto/crypters/crypter.c rename to src/lib/crypto/crypters/crypter.c diff --git a/src/charon/lib/crypto/crypters/crypter.h b/src/lib/crypto/crypters/crypter.h similarity index 100% rename from src/charon/lib/crypto/crypters/crypter.h rename to src/lib/crypto/crypters/crypter.h diff --git a/src/charon/lib/crypto/diffie_hellman.c b/src/lib/crypto/diffie_hellman.c similarity index 100% rename from src/charon/lib/crypto/diffie_hellman.c rename to src/lib/crypto/diffie_hellman.c diff --git a/src/charon/lib/crypto/diffie_hellman.h b/src/lib/crypto/diffie_hellman.h similarity index 100% rename from src/charon/lib/crypto/diffie_hellman.h rename to src/lib/crypto/diffie_hellman.h diff --git a/src/charon/lib/crypto/hashers/Makefile.hashers b/src/lib/crypto/hashers/Makefile.hashers similarity index 100% rename from src/charon/lib/crypto/hashers/Makefile.hashers rename to src/lib/crypto/hashers/Makefile.hashers diff --git a/src/charon/lib/crypto/hashers/hasher.c b/src/lib/crypto/hashers/hasher.c similarity index 100% rename from src/charon/lib/crypto/hashers/hasher.c rename to src/lib/crypto/hashers/hasher.c diff --git a/src/charon/lib/crypto/hashers/hasher.h b/src/lib/crypto/hashers/hasher.h similarity index 100% rename from src/charon/lib/crypto/hashers/hasher.h rename to src/lib/crypto/hashers/hasher.h diff --git a/src/charon/lib/crypto/hashers/md5_hasher.c b/src/lib/crypto/hashers/md5_hasher.c similarity index 100% rename from src/charon/lib/crypto/hashers/md5_hasher.c rename to src/lib/crypto/hashers/md5_hasher.c diff --git a/src/charon/lib/crypto/hashers/md5_hasher.h b/src/lib/crypto/hashers/md5_hasher.h similarity index 100% rename from src/charon/lib/crypto/hashers/md5_hasher.h rename to src/lib/crypto/hashers/md5_hasher.h diff --git a/src/charon/lib/crypto/hashers/sha1_hasher.c b/src/lib/crypto/hashers/sha1_hasher.c similarity index 100% rename from src/charon/lib/crypto/hashers/sha1_hasher.c rename to src/lib/crypto/hashers/sha1_hasher.c diff --git a/src/charon/lib/crypto/hashers/sha1_hasher.h b/src/lib/crypto/hashers/sha1_hasher.h similarity index 100% rename from src/charon/lib/crypto/hashers/sha1_hasher.h rename to src/lib/crypto/hashers/sha1_hasher.h diff --git a/src/charon/lib/crypto/hmac.c b/src/lib/crypto/hmac.c similarity index 100% rename from src/charon/lib/crypto/hmac.c rename to src/lib/crypto/hmac.c diff --git a/src/charon/lib/crypto/hmac.h b/src/lib/crypto/hmac.h similarity index 100% rename from src/charon/lib/crypto/hmac.h rename to src/lib/crypto/hmac.h diff --git a/src/charon/lib/crypto/prf_plus.c b/src/lib/crypto/prf_plus.c similarity index 100% rename from src/charon/lib/crypto/prf_plus.c rename to src/lib/crypto/prf_plus.c diff --git a/src/charon/lib/crypto/prf_plus.h b/src/lib/crypto/prf_plus.h similarity index 100% rename from src/charon/lib/crypto/prf_plus.h rename to src/lib/crypto/prf_plus.h diff --git a/src/charon/lib/crypto/prfs/Makefile.prfs b/src/lib/crypto/prfs/Makefile.prfs similarity index 100% rename from src/charon/lib/crypto/prfs/Makefile.prfs rename to src/lib/crypto/prfs/Makefile.prfs diff --git a/src/charon/lib/crypto/prfs/hmac_prf.c b/src/lib/crypto/prfs/hmac_prf.c similarity index 100% rename from src/charon/lib/crypto/prfs/hmac_prf.c rename to src/lib/crypto/prfs/hmac_prf.c diff --git a/src/charon/lib/crypto/prfs/hmac_prf.h b/src/lib/crypto/prfs/hmac_prf.h similarity index 100% rename from src/charon/lib/crypto/prfs/hmac_prf.h rename to src/lib/crypto/prfs/hmac_prf.h diff --git a/src/charon/lib/crypto/prfs/prf.c b/src/lib/crypto/prfs/prf.c similarity index 100% rename from src/charon/lib/crypto/prfs/prf.c rename to src/lib/crypto/prfs/prf.c diff --git a/src/charon/lib/crypto/prfs/prf.h b/src/lib/crypto/prfs/prf.h similarity index 100% rename from src/charon/lib/crypto/prfs/prf.h rename to src/lib/crypto/prfs/prf.h diff --git a/src/charon/lib/crypto/rsa/Makefile.rsa b/src/lib/crypto/rsa/Makefile.rsa similarity index 100% rename from src/charon/lib/crypto/rsa/Makefile.rsa rename to src/lib/crypto/rsa/Makefile.rsa diff --git a/src/charon/lib/crypto/rsa/rsa_private_key.c b/src/lib/crypto/rsa/rsa_private_key.c similarity index 100% rename from src/charon/lib/crypto/rsa/rsa_private_key.c rename to src/lib/crypto/rsa/rsa_private_key.c diff --git a/src/charon/lib/crypto/rsa/rsa_private_key.h b/src/lib/crypto/rsa/rsa_private_key.h similarity index 100% rename from src/charon/lib/crypto/rsa/rsa_private_key.h rename to src/lib/crypto/rsa/rsa_private_key.h diff --git a/src/charon/lib/crypto/rsa/rsa_public_key.c b/src/lib/crypto/rsa/rsa_public_key.c similarity index 100% rename from src/charon/lib/crypto/rsa/rsa_public_key.c rename to src/lib/crypto/rsa/rsa_public_key.c diff --git a/src/charon/lib/crypto/rsa/rsa_public_key.h b/src/lib/crypto/rsa/rsa_public_key.h similarity index 100% rename from src/charon/lib/crypto/rsa/rsa_public_key.h rename to src/lib/crypto/rsa/rsa_public_key.h diff --git a/src/charon/lib/crypto/signers/Makefile.signers b/src/lib/crypto/signers/Makefile.signers similarity index 100% rename from src/charon/lib/crypto/signers/Makefile.signers rename to src/lib/crypto/signers/Makefile.signers diff --git a/src/charon/lib/crypto/signers/hmac_signer.c b/src/lib/crypto/signers/hmac_signer.c similarity index 100% rename from src/charon/lib/crypto/signers/hmac_signer.c rename to src/lib/crypto/signers/hmac_signer.c diff --git a/src/charon/lib/crypto/signers/hmac_signer.h b/src/lib/crypto/signers/hmac_signer.h similarity index 100% rename from src/charon/lib/crypto/signers/hmac_signer.h rename to src/lib/crypto/signers/hmac_signer.h diff --git a/src/charon/lib/crypto/signers/signer.c b/src/lib/crypto/signers/signer.c similarity index 100% rename from src/charon/lib/crypto/signers/signer.c rename to src/lib/crypto/signers/signer.c diff --git a/src/charon/lib/crypto/signers/signer.h b/src/lib/crypto/signers/signer.h similarity index 100% rename from src/charon/lib/crypto/signers/signer.h rename to src/lib/crypto/signers/signer.h diff --git a/src/charon/lib/crypto/x509.c b/src/lib/crypto/x509.c similarity index 100% rename from src/charon/lib/crypto/x509.c rename to src/lib/crypto/x509.c diff --git a/src/charon/lib/crypto/x509.h b/src/lib/crypto/x509.h similarity index 100% rename from src/charon/lib/crypto/x509.h rename to src/lib/crypto/x509.h diff --git a/src/charon/lib/definitions.c b/src/lib/definitions.c similarity index 100% rename from src/charon/lib/definitions.c rename to src/lib/definitions.c diff --git a/src/charon/lib/definitions.h b/src/lib/definitions.h similarity index 100% rename from src/charon/lib/definitions.h rename to src/lib/definitions.h diff --git a/src/charon/lib/library.c b/src/lib/library.c similarity index 100% rename from src/charon/lib/library.c rename to src/lib/library.c diff --git a/src/charon/lib/library.h b/src/lib/library.h similarity index 100% rename from src/charon/lib/library.h rename to src/lib/library.h diff --git a/src/charon/lib/types.c b/src/lib/types.c similarity index 100% rename from src/charon/lib/types.c rename to src/lib/types.c diff --git a/src/charon/lib/types.h b/src/lib/types.h similarity index 100% rename from src/charon/lib/types.h rename to src/lib/types.h diff --git a/src/charon/lib/utils/Makefile.utils b/src/lib/utils/Makefile.utils similarity index 100% rename from src/charon/lib/utils/Makefile.utils rename to src/lib/utils/Makefile.utils diff --git a/src/charon/lib/utils/host.c b/src/lib/utils/host.c similarity index 100% rename from src/charon/lib/utils/host.c rename to src/lib/utils/host.c diff --git a/src/charon/lib/utils/host.h b/src/lib/utils/host.h similarity index 100% rename from src/charon/lib/utils/host.h rename to src/lib/utils/host.h diff --git a/src/charon/lib/utils/identification.c b/src/lib/utils/identification.c similarity index 100% rename from src/charon/lib/utils/identification.c rename to src/lib/utils/identification.c diff --git a/src/charon/lib/utils/identification.h b/src/lib/utils/identification.h similarity index 100% rename from src/charon/lib/utils/identification.h rename to src/lib/utils/identification.h diff --git a/src/charon/lib/utils/iterator.h b/src/lib/utils/iterator.h similarity index 100% rename from src/charon/lib/utils/iterator.h rename to src/lib/utils/iterator.h diff --git a/src/charon/lib/utils/leak_detective.c b/src/lib/utils/leak_detective.c similarity index 100% rename from src/charon/lib/utils/leak_detective.c rename to src/lib/utils/leak_detective.c diff --git a/src/charon/lib/utils/leak_detective.h b/src/lib/utils/leak_detective.h similarity index 100% rename from src/charon/lib/utils/leak_detective.h rename to src/lib/utils/leak_detective.h diff --git a/src/charon/lib/utils/lexparser.c b/src/lib/utils/lexparser.c similarity index 100% rename from src/charon/lib/utils/lexparser.c rename to src/lib/utils/lexparser.c diff --git a/src/charon/lib/utils/lexparser.h b/src/lib/utils/lexparser.h similarity index 100% rename from src/charon/lib/utils/lexparser.h rename to src/lib/utils/lexparser.h diff --git a/src/charon/lib/utils/linked_list.c b/src/lib/utils/linked_list.c similarity index 100% rename from src/charon/lib/utils/linked_list.c rename to src/lib/utils/linked_list.c diff --git a/src/charon/lib/utils/linked_list.h b/src/lib/utils/linked_list.h similarity index 100% rename from src/charon/lib/utils/linked_list.h rename to src/lib/utils/linked_list.h diff --git a/src/charon/lib/utils/logger.c b/src/lib/utils/logger.c similarity index 100% rename from src/charon/lib/utils/logger.c rename to src/lib/utils/logger.c diff --git a/src/charon/lib/utils/logger.h b/src/lib/utils/logger.h similarity index 100% rename from src/charon/lib/utils/logger.h rename to src/lib/utils/logger.h diff --git a/src/charon/lib/utils/logger_manager.c b/src/lib/utils/logger_manager.c similarity index 100% rename from src/charon/lib/utils/logger_manager.c rename to src/lib/utils/logger_manager.c diff --git a/src/charon/lib/utils/logger_manager.h b/src/lib/utils/logger_manager.h similarity index 100% rename from src/charon/lib/utils/logger_manager.h rename to src/lib/utils/logger_manager.h diff --git a/src/charon/lib/utils/randomizer.c b/src/lib/utils/randomizer.c similarity index 100% rename from src/charon/lib/utils/randomizer.c rename to src/lib/utils/randomizer.c diff --git a/src/charon/lib/utils/randomizer.h b/src/lib/utils/randomizer.h similarity index 100% rename from src/charon/lib/utils/randomizer.h rename to src/lib/utils/randomizer.h diff --git a/src/charon/lib/utils/tester.c b/src/lib/utils/tester.c similarity index 100% rename from src/charon/lib/utils/tester.c rename to src/lib/utils/tester.c diff --git a/src/charon/lib/utils/tester.h b/src/lib/utils/tester.h similarity index 100% rename from src/charon/lib/utils/tester.h rename to src/lib/utils/tester.h