mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 06:10:00 -08:00
Use new crypto API.
This commit is contained in:
parent
8db9a7043a
commit
0bf84fb3f3
5 changed files with 27 additions and 23 deletions
|
|
@ -4,9 +4,11 @@
|
|||
package mumbleproto
|
||||
|
||||
import proto "goprotobuf.googlecode.com/hg/proto"
|
||||
import "os"
|
||||
|
||||
// Reference proto import to suppress error if it's not otherwise used.
|
||||
// Reference proto & os imports to suppress error if it's not otherwise used.
|
||||
var _ = proto.GetString
|
||||
var _ os.Error
|
||||
|
||||
type Reject_RejectType int32
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue