use new libpso

This commit is contained in:
Jake Probst 2019-07-14 00:52:23 -07:00
parent 0e04968fd3
commit a4cc841e53

View File

@ -13,7 +13,7 @@ use mio::{Events, Poll, Token, Ready, PollOpt};
use rand::{Rng, RngCore};
use crc::{crc32, Hasher32};
use libpso::{PacketParseError, PSOPacket};
use libpso::patch::packet::*;
use libpso::packet::patch::*;
use libpso::crypto::{CipherError, PSOCipher, NullCipher};
use libpso::crypto::pc::PSOPCCipher;
use elseware::common::{send_packet, recv_packet, PacketNetworkError};