1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Move plEncryption to pnEncryption.

--HG--
rename : Sources/Plasma/PubUtilLib/plEncryption/plChecksum.cpp => Sources/Plasma/NucleusLib/pnEncryption/plChecksum.cpp
rename : Sources/Plasma/PubUtilLib/plEncryption/plChecksum.h => Sources/Plasma/NucleusLib/pnEncryption/plChecksum.h
This commit is contained in:
Darryl Pogue
2012-02-11 23:14:11 -08:00
parent d2243c459b
commit 404cd09f1c
22 changed files with 34 additions and 33 deletions

View File

@ -13,7 +13,7 @@ set(plSHA_SOURCES
)
add_executable(plSHA ${plSHA_SOURCES})
target_link_libraries(plSHA CoreLib pnUtils pnProduct plEncryption)
target_link_libraries(plSHA CoreLib pnUtils pnProduct pnEncryption)
target_link_libraries(plSHA ${OPENSSL_LIBRARIES})
source_group("Source Files" FILES ${plSHA_SOURCES})

View File

@ -41,7 +41,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/
#include "pnProduct/pnProduct.h"
#include "plEncryption/plChecksum.h"
#include "pnEncryption/plChecksum.h"
#include <stdio.h>